Html Css Color HEX #D1607E Cranberry

📋 copy color: '#D1607E'

red 209 ◦ green 96 ◦ blue 126

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

Shades of Cranberry #D1607E

Tints of Cranberry #D1607E

RGB

 RED value IS 209 (82.03% from 255) = 48.49%

 GREEN value IS 96 (37.89% from 255) = 22.27%

 BLUE value IS 126 (49.61% from 255) = 29.23%

R = 48.49%
G = 22.27%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1607E (or 0xD1607E) is known color: Cranberry. HEX triplet: D1, 60 and 7E. RGB value is (209,96,126). Sum of RGB (Red+Green+Blue) = 209+96+126=431 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.49% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 209 - color contains mainly: red. Hex color #D1607E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1607E is #2E9F81. Grayscale: #858585. Windows color (decimal): -3055490 or 8282321. OLE color: 8282321.

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

Color convert

RGB 209 96 126 -
CMYK 0 0.54 0.40 0.18
HSL 344.07º 0.55% 0.6% -
HSV(B) 344.07º 0.54% 0.82% -
XYZ 34.24 23.43 22.46 -
YUV 133.21 123.94 182.06 -
System Red Green Blue C M Y K H S L
Decimal 209 96 126 0 0.54 0.40 0.18 344.07 0.55 0.6
Hex D1 60 7E 0 36 28 12 158 37 3C
Octal 321 140 176 0 66 50 22 530 67 74
Binary 11010001 1100000 1111110 0 110110 101000 10010 101011000 110111 111100

Color Harmonies of #D1607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1607E

Black with #D1607E

Text Example


Text Example

White with #D1607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1607E; }

 p { color: rgb(209,96,126); }

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

background-color css

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

 a { background-color: rgb(209,96,126); }

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

border-color css

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

 span { border-color: rgb(209,96,126); }

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