Html Css Color HEX #D05478 Cranberry

📋 copy color: '#D05478'

red 208 ◦ green 84 ◦ blue 120

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

Shades of Cranberry #D05478

Tints of Cranberry #D05478

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.39%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 50.49%
G = 20.39%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05478 (or 0xD05478) is known color: Cranberry. HEX triplet: D0, 54 and 78. RGB value is (208,84,120). Sum of RGB (Red+Green+Blue) = 208+84+120=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D05478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05478 is #2FAB87. Grayscale: #7D7D7D. Windows color (decimal): -3124104 or 7886032. OLE color: 7886032.

HSL color Cylindrical-coordinate representation of color #D05478: hue angle of 342.58º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D05478 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 84 120 -
CMYK 0 0.60 0.42 0.18
HSL 342.58º 0.57% 0.57% -
HSV(B) 342.58º 0.6% 0.82% -
XYZ 32.57 21.11 20.13 -
YUV 125.18 125.08 187.07 -
System Red Green Blue C M Y K H S L
Decimal 208 84 120 0 0.60 0.42 0.18 342.58 0.57 0.57
Hex D0 54 78 0 3C 2A 12 157 39 39
Octal 320 124 170 0 74 52 22 527 71 71
Binary 11010000 1010100 1111000 0 111100 101010 10010 101010111 111001 111001

Color Harmonies of #D05478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05478

Black with #D05478

Text Example


Text Example

White with #D05478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05478; }

 p { color: rgb(208,84,120); }

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

background-color css

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

 a { background-color: rgb(208,84,120); }

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

border-color css

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

 span { border-color: rgb(208,84,120); }

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