Html Css Color HEX #D04C7B Cranberry

📋 copy color: '#D04C7B'

red 208 ◦ green 76 ◦ blue 123

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

Shades of Cranberry #D04C7B

Tints of Cranberry #D04C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 30.22%

R = 51.11%
G = 18.67%
B = 30.22%

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

#D04C7B (or 0xD04C7B) is known color: Cranberry. HEX triplet: D0, 4C and 7B. RGB value is (208,76,123). Sum of RGB (Red+Green+Blue) = 208+76+123=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04C7B is #2FB384. Grayscale: #787878. Windows color (decimal): -3126149 or 8080592. OLE color: 8080592.

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

Color convert

RGB 208 76 123 -
CMYK 0 0.63 0.41 0.18
HSL 338.64º 0.58% 0.56% -
HSV(B) 338.64º 0.63% 0.82% -
XYZ 32.17 20.01 20.91 -
YUV 120.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 208 76 123 0 0.63 0.41 0.18 338.64 0.58 0.56
Hex D0 4C 7B 0 3F 29 12 153 3A 38
Octal 320 114 173 0 77 51 22 523 72 70
Binary 11010000 1001100 1111011 0 111111 101001 10010 101010011 111010 111000

Color Harmonies of #D04C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04C7B

Black with #D04C7B

Text Example


Text Example

White with #D04C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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