Html Css Color HEX #D2627F Cranberry

📋 copy color: '#D2627F'

red 210 ◦ green 98 ◦ blue 127

#D2627F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D2627F

Tints of Cranberry #D2627F

RGB

 RED value IS 210 (82.42% from 255) = 48.28%

 GREEN value IS 98 (38.67% from 255) = 22.53%

 BLUE value IS 127 (50% from 255) = 29.2%

R = 48.28%
G = 22.53%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.40

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D2627F (or 0xD2627F) is known color: Cranberry. HEX triplet: D2, 62 and 7F. RGB value is (210,98,127). Sum of RGB (Red+Green+Blue) = 210+98+127=435 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.28% from 435); Green value is 98 (38.67% from 255 or 22.53% from 435); Blue value is 127 (50% from 255 or 29.20% from 435); Max value from RGB is 210 - color contains mainly: red. Hex color #D2627F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2627F is #2D9D80. Grayscale: #868686. Windows color (decimal): -2989441 or 8348370. OLE color: 8348370.

HSL color Cylindrical-coordinate representation of color #D2627F: hue angle of 344.46º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D2627F is Cyan = 0, Magento = 0.53, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 98 127 -
CMYK 0 0.53 0.40 0.18
HSL 344.46º 0.55% 0.6% -
HSV(B) 344.46º 0.53% 0.82% -
XYZ 34.78 23.97 22.87 -
YUV 134.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 210 98 127 0 0.53 0.40 0.18 344.46 0.55 0.6
Hex D2 62 7F 0 35 28 12 158 37 3C
Octal 322 142 177 0 65 50 22 530 67 74
Binary 11010010 1100010 1111111 0 110101 101000 10010 101011000 110111 111100

Color Harmonies of #D2627F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2627F

Black with #D2627F

Text Example


Text Example

White with #D2627F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2627F; }

 p { color: rgb(210,98,127); }

 H1.HeaderClassName
 {
   color: #D2627F;
 }
 .AnyTagClassName
 {
   color: #D2627F;
 }
</style>

background-color css

<style>
 a { background-color: #D2627F; }

 a { background-color: rgb(210,98,127); }

 div.DivClassName
 {
   background-color: #D2627F;
 }
 .BgClassName
 {
   background-color: #D2627F;
 }
</style>

border-color css

<style>
 span { border-color: #D2627F; }

 span { border-color: rgb(210,98,127); }

 td.TdClassName
 {
   border-color: #D2627F;
 }
 .TagClassName
 {
   border-color: #D2627F;
 }
</style>