Html Css Color HEX #D04A7A Cranberry

📋 copy color: '#D04A7A'

red 208 ◦ green 74 ◦ blue 122

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

Shades of Cranberry #D04A7A

Tints of Cranberry #D04A7A

RGB

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

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

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

R = 51.49%
G = 18.32%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D04A7A (or 0xD04A7A) is known color: Cranberry. HEX triplet: D0, 4A and 7A. RGB value is (208,74,122). Sum of RGB (Red+Green+Blue) = 208+74+122=404 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.49% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 208 - color contains mainly: red. Hex color #D04A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04A7A is #2FB585. Grayscale: #777777. Windows color (decimal): -3126662 or 8014544. OLE color: 8014544.

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

Color convert

RGB 208 74 122 -
CMYK 0 0.64 0.41 0.18
HSL 338.51º 0.59% 0.55% -
HSV(B) 338.51º 0.64% 0.82% -
XYZ 31.97 19.71 20.53 -
YUV 119.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 208 74 122 0 0.64 0.41 0.18 338.51 0.59 0.55
Hex D0 4A 7A 0 40 29 12 153 3B 37
Octal 320 112 172 0 100 51 22 523 73 67
Binary 11010000 1001010 1111010 0 1000000 101001 10010 101010011 111011 110111

Color Harmonies of #D04A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04A7A

Black with #D04A7A

Text Example


Text Example

White with #D04A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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