Html Css Color HEX #D04C7A Cranberry

📋 copy color: '#D04C7A'

red 208 ◦ green 76 ◦ blue 122

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

Shades of Cranberry #D04C7A

Tints of Cranberry #D04C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.05%

R = 51.23%
G = 18.72%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D04C7A (or 0xD04C7A) is known color: Cranberry. HEX triplet: D0, 4C and 7A. RGB value is (208,76,122). Sum of RGB (Red+Green+Blue) = 208+76+122=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C7A is #2FB385. Grayscale: #787878. Windows color (decimal): -3126150 or 8015056. OLE color: 8015056.

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

Color convert

RGB 208 76 122 -
CMYK 0 0.63 0.41 0.18
HSL 339.09º 0.58% 0.56% -
HSV(B) 339.09º 0.63% 0.82% -
XYZ 32.11 19.98 20.58 -
YUV 120.71 128.73 190.26 -
System Red Green Blue C M Y K H S L
Decimal 208 76 122 0 0.63 0.41 0.18 339.09 0.58 0.56
Hex D0 4C 7A 0 3F 29 12 153 3A 38
Octal 320 114 172 0 77 51 22 523 72 70
Binary 11010000 1001100 1111010 0 111111 101001 10010 101010011 111010 111000

Color Harmonies of #D04C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C7A

Black with #D04C7A

Text Example


Text Example

White with #D04C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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