Html Css Color HEX #D03C75 Cranberry

📋 copy color: '#D03C75'

red 208 ◦ green 60 ◦ blue 117

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

Shades of Cranberry #D03C75

Tints of Cranberry #D03C75

RGB

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

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

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

R = 54.03%
G = 15.58%
B = 30.39%

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

#D03C75 (or 0xD03C75) is known color: Cranberry. HEX triplet: D0, 3C and 75. RGB value is (208,60,117). Sum of RGB (Red+Green+Blue) = 208+60+117=385 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.03% from 385); Green value is 60 (23.83% from 255 or 15.58% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 208 - color contains mainly: red. Hex color #D03C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03C75 is #2FC38A. Grayscale: #6E6E6E. Windows color (decimal): -3130251 or 7683280. OLE color: 7683280.

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

Color convert

RGB 208 60 117 -
CMYK 0 0.71 0.44 0.18
HSL 336.89º 0.61% 0.53% -
HSV(B) 336.89º 0.71% 0.82% -
XYZ 30.84 17.93 18.66 -
YUV 110.75 131.53 197.37 -
System Red Green Blue C M Y K H S L
Decimal 208 60 117 0 0.71 0.44 0.18 336.89 0.61 0.53
Hex D0 3C 75 0 47 2C 12 151 3D 35
Octal 320 74 165 0 107 54 22 521 75 65
Binary 11010000 111100 1110101 0 1000111 101100 10010 101010001 111101 110101

Color Harmonies of #D03C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03C75

Black with #D03C75

Text Example


Text Example

White with #D03C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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