Html Css Color HEX #D04375 Cranberry

📋 copy color: '#D04375'

red 208 ◦ green 67 ◦ blue 117

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

Shades of Cranberry #D04375

Tints of Cranberry #D04375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 29.85%

R = 53.06%
G = 17.09%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D04375 (or 0xD04375) is known color: Cranberry. HEX triplet: D0, 43 and 75. RGB value is (208,67,117). Sum of RGB (Red+Green+Blue) = 208+67+117=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 67 (26.56% from 255 or 17.09% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D04375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04375 is #2FBC8A. Grayscale: #727272. Windows color (decimal): -3128459 or 7685072. OLE color: 7685072.

HSL color Cylindrical-coordinate representation of color #D04375: hue angle of 338.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 #D04375 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 67 117 -
CMYK 0 0.68 0.44 0.18
HSL 338.72º 0.6% 0.54% -
HSV(B) 338.72º 0.68% 0.82% -
XYZ 31.23 18.71 18.79 -
YUV 114.86 129.21 194.43 -
System Red Green Blue C M Y K H S L
Decimal 208 67 117 0 0.68 0.44 0.18 338.72 0.6 0.54
Hex D0 43 75 0 44 2C 12 153 3C 36
Octal 320 103 165 0 104 54 22 523 74 66
Binary 11010000 1000011 1110101 0 1000100 101100 10010 101010011 111100 110110

Color Harmonies of #D04375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04375

Black with #D04375

Text Example


Text Example

White with #D04375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04375; }

 p { color: rgb(208,67,117); }

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

background-color css

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

 a { background-color: rgb(208,67,117); }

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

border-color css

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

 span { border-color: rgb(208,67,117); }

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