Html Css Color HEX #D04A7D Cranberry

📋 copy color: '#D04A7D'

red 208 ◦ green 74 ◦ blue 125

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

Shades of Cranberry #D04A7D

Tints of Cranberry #D04A7D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.18%

 BLUE value IS 125 (49.22% from 255) = 30.71%

R = 51.11%
G = 18.18%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D04A7D (or 0xD04A7D) is known color: Cranberry. HEX triplet: D0, 4A and 7D. RGB value is (208,74,125). Sum of RGB (Red+Green+Blue) = 208+74+125=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 74 (29.30% from 255 or 18.18% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A7D is #2FB582. Grayscale: #777777. Windows color (decimal): -3126659 or 8211152. OLE color: 8211152.

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

Color convert

RGB 208 74 125 -
CMYK 0 0.64 0.40 0.18
HSL 337.16º 0.59% 0.55% -
HSV(B) 337.16º 0.64% 0.82% -
XYZ 32.16 19.79 21.53 -
YUV 119.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 208 74 125 0 0.64 0.40 0.18 337.16 0.59 0.55
Hex D0 4A 7D 0 40 28 12 151 3B 37
Octal 320 112 175 0 100 50 22 521 73 67
Binary 11010000 1001010 1111101 0 1000000 101000 10010 101010001 111011 110111

Color Harmonies of #D04A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A7D

Black with #D04A7D

Text Example


Text Example

White with #D04A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A7D; }

 p { color: rgb(208,74,125); }

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

background-color css

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

 a { background-color: rgb(208,74,125); }

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

border-color css

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

 span { border-color: rgb(208,74,125); }

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