Html Css Color HEX #D04C7C Cranberry

📋 copy color: '#D04C7C'

red 208 ◦ green 76 ◦ blue 124

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

Shades of Cranberry #D04C7C

Tints of Cranberry #D04C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.63%

 BLUE value IS 124 (48.83% from 255) = 30.39%

R = 50.98%
G = 18.63%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D04C7C (or 0xD04C7C) is known color: Cranberry. HEX triplet: D0, 4C and 7C. RGB value is (208,76,124). Sum of RGB (Red+Green+Blue) = 208+76+124=408 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.98% from 408); Green value is 76 (30.08% from 255 or 18.63% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C7C is #2FB383. Grayscale: #787878. Windows color (decimal): -3126148 or 8146128. OLE color: 8146128.

HSL color Cylindrical-coordinate representation of color #D04C7C: hue angle of 338.18º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D04C7C is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 76 124 -
CMYK 0 0.63 0.40 0.18
HSL 338.18º 0.58% 0.56% -
HSV(B) 338.18º 0.63% 0.82% -
XYZ 32.23 20.03 21.24 -
YUV 120.94 129.73 190.1 -
System Red Green Blue C M Y K H S L
Decimal 208 76 124 0 0.63 0.40 0.18 338.18 0.58 0.56
Hex D0 4C 7C 0 3F 28 12 152 3A 38
Octal 320 114 174 0 77 50 22 522 72 70
Binary 11010000 1001100 1111100 0 111111 101000 10010 101010010 111010 111000

Color Harmonies of #D04C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C7C

Black with #D04C7C

Text Example


Text Example

White with #D04C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C7C; }

 p { color: rgb(208,76,124); }

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

background-color css

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

 a { background-color: rgb(208,76,124); }

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

border-color css

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

 span { border-color: rgb(208,76,124); }

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