Html Css Color HEX #D03F74 Cranberry

📋 copy color: '#D03F74'

red 208 ◦ green 63 ◦ blue 116

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

Shades of Cranberry #D03F74

Tints of Cranberry #D03F74

RGB

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

 GREEN value IS 63 (25% from 255) = 16.28%

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

R = 53.75%
G = 16.28%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D03F74 (or 0xD03F74) is known color: Cranberry. HEX triplet: D0, 3F and 74. RGB value is (208,63,116). Sum of RGB (Red+Green+Blue) = 208+63+116=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 116 (45.70% from 255 or 29.97% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03F74 is #2FC08B. Grayscale: #707070. Windows color (decimal): -3129484 or 7618512. OLE color: 7618512.

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

Color convert

RGB 208 63 116 -
CMYK 0 0.70 0.44 0.18
HSL 338.07º 0.61% 0.53% -
HSV(B) 338.07º 0.7% 0.82% -
XYZ 30.94 18.23 18.41 -
YUV 112.4 130.04 196.19 -
System Red Green Blue C M Y K H S L
Decimal 208 63 116 0 0.70 0.44 0.18 338.07 0.61 0.53
Hex D0 3F 74 0 46 2C 12 152 3D 35
Octal 320 77 164 0 106 54 22 522 75 65
Binary 11010000 111111 1110100 0 1000110 101100 10010 101010010 111101 110101

Color Harmonies of #D03F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F74

Black with #D03F74

Text Example


Text Example

White with #D03F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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