Html Css Color HEX #D05178 Cranberry

📋 copy color: '#D05178'

red 208 ◦ green 81 ◦ blue 120

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

Shades of Cranberry #D05178

Tints of Cranberry #D05178

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.8%

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

R = 50.86%
G = 19.8%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05178 (or 0xD05178) is known color: Cranberry. HEX triplet: D0, 51 and 78. RGB value is (208,81,120). Sum of RGB (Red+Green+Blue) = 208+81+120=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 120 (47.27% from 255 or 29.34% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D05178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05178 is #2FAE87. Grayscale: #7B7B7B. Windows color (decimal): -3124872 or 7885264. OLE color: 7885264.

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

Color convert

RGB 208 81 120 -
CMYK 0 0.61 0.42 0.18
HSL 341.57º 0.57% 0.57% -
HSV(B) 341.57º 0.61% 0.82% -
XYZ 32.35 20.65 20.05 -
YUV 123.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 208 81 120 0 0.61 0.42 0.18 341.57 0.57 0.57
Hex D0 51 78 0 3D 2A 12 156 39 39
Octal 320 121 170 0 75 52 22 526 71 71
Binary 11010000 1010001 1111000 0 111101 101010 10010 101010110 111001 111001

Color Harmonies of #D05178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05178

Black with #D05178

Text Example


Text Example

White with #D05178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05178; }

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

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

background-color css

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

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

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

border-color css

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

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

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