Html Css Color HEX #D1437E Cranberry

📋 copy color: '#D1437E'

red 209 ◦ green 67 ◦ blue 126

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

Shades of Cranberry #D1437E

Tints of Cranberry #D1437E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.67%

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

R = 51.99%
G = 16.67%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D1437E (or 0xD1437E) is known color: Cranberry. HEX triplet: D1, 43 and 7E. RGB value is (209,67,126). Sum of RGB (Red+Green+Blue) = 209+67+126=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 67 (26.56% from 255 or 16.67% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1437E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1437E is #2EBC81. Grayscale: #747474. Windows color (decimal): -3062914 or 8274897. OLE color: 8274897.

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

Color convert

RGB 209 67 126 -
CMYK 0 0.68 0.40 0.18
HSL 335.07º 0.61% 0.54% -
HSV(B) 335.07º 0.68% 0.82% -
XYZ 32.07 19.08 21.73 -
YUV 116.18 133.54 194.2 -
System Red Green Blue C M Y K H S L
Decimal 209 67 126 0 0.68 0.40 0.18 335.07 0.61 0.54
Hex D1 43 7E 0 44 28 12 14F 3D 36
Octal 321 103 176 0 104 50 22 517 75 66
Binary 11010001 1000011 1111110 0 1000100 101000 10010 101001111 111101 110110

Color Harmonies of #D1437E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1437E

Black with #D1437E

Text Example


Text Example

White with #D1437E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1437E; }

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

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

background-color css

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

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

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

border-color css

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

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

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