Html Css Color HEX #D04272 Cranberry

📋 copy color: '#D04272'

red 208 ◦ green 66 ◦ blue 114

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

Shades of Cranberry #D04272

Tints of Cranberry #D04272

RGB

 RED value IS 208 (81.64% from 255) = 53.61%

 GREEN value IS 66 (26.17% from 255) = 17.01%

 BLUE value IS 114 (44.92% from 255) = 29.38%

R = 53.61%
G = 17.01%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D04272 (or 0xD04272) is known color: Cranberry. HEX triplet: D0, 42 and 72. RGB value is (208,66,114). Sum of RGB (Red+Green+Blue) = 208+66+114=388 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.61% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 208 - color contains mainly: red. Hex color #D04272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04272 is #2FBD8D. Grayscale: #717171. Windows color (decimal): -3128718 or 7488208. OLE color: 7488208.

HSL color Cylindrical-coordinate representation of color #D04272: hue angle of 339.72º degrees, saturation: 0.6, 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 #D04272 is Cyan = 0, Magento = 0.68, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 114 -
CMYK 0 0.68 0.45 0.18
HSL 339.72º 0.6% 0.54% -
HSV(B) 339.72º 0.68% 0.82% -
XYZ 31 18.52 17.86 -
YUV 113.93 128.04 195.1 -
System Red Green Blue C M Y K H S L
Decimal 208 66 114 0 0.68 0.45 0.18 339.72 0.6 0.54
Hex D0 42 72 0 44 2D 12 154 3C 36
Octal 320 102 162 0 104 55 22 524 74 66
Binary 11010000 1000010 1110010 0 1000100 101101 10010 101010100 111100 110110

Color Harmonies of #D04272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04272

Black with #D04272

Text Example


Text Example

White with #D04272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04272; }

 p { color: rgb(208,66,114); }

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

background-color css

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

 a { background-color: rgb(208,66,114); }

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

border-color css

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

 span { border-color: rgb(208,66,114); }

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