Html Css Color HEX #D03C74 Cranberry

📋 copy color: '#D03C74'

red 208 ◦ green 60 ◦ blue 116

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

Shades of Cranberry #D03C74

Tints of Cranberry #D03C74

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 116 (45.7% from 255) = 30.21%

R = 54.17%
G = 15.63%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03C74 (or 0xD03C74) is known color: Cranberry. HEX triplet: D0, 3C and 74. RGB value is (208,60,116). Sum of RGB (Red+Green+Blue) = 208+60+116=384 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.17% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C74 is #2FC38B. Grayscale: #6E6E6E. Windows color (decimal): -3130252 or 7617744. OLE color: 7617744.

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

Color convert

RGB 208 60 116 -
CMYK 0 0.71 0.44 0.18
HSL 337.3º 0.61% 0.53% -
HSV(B) 337.3º 0.71% 0.82% -
XYZ 30.78 17.9 18.36 -
YUV 110.64 131.03 197.45 -
System Red Green Blue C M Y K H S L
Decimal 208 60 116 0 0.71 0.44 0.18 337.3 0.61 0.53
Hex D0 3C 74 0 47 2C 12 151 3D 35
Octal 320 74 164 0 107 54 22 521 75 65
Binary 11010000 111100 1110100 0 1000111 101100 10010 101010001 111101 110101

Color Harmonies of #D03C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C74

Black with #D03C74

Text Example


Text Example

White with #D03C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C74; }

 p { color: rgb(208,60,116); }

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

background-color css

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

 a { background-color: rgb(208,60,116); }

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

border-color css

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

 span { border-color: rgb(208,60,116); }

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