Html Css Color HEX #D05779 Cranberry

📋 copy color: '#D05779'

red 208 ◦ green 87 ◦ blue 121

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

Shades of Cranberry #D05779

Tints of Cranberry #D05779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.91%

 BLUE value IS 121 (47.66% from 255) = 29.09%

R = 50%
G = 20.91%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D05779 (or 0xD05779) is known color: Cranberry. HEX triplet: D0, 57 and 79. RGB value is (208,87,121). Sum of RGB (Red+Green+Blue) = 208+87+121=416 (55% of max value = 765). Red value is 208 (81.64% from 255 or 50% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 121 (47.66% from 255 or 29.09% from 416); Max value from RGB is 208 - color contains mainly: red. Hex color #D05779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05779 is #2FA886. Grayscale: #7F7F7F. Windows color (decimal): -3123335 or 7952336. OLE color: 7952336.

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

Color convert

RGB 208 87 121 -
CMYK 0 0.58 0.42 0.18
HSL 343.14º 0.56% 0.58% -
HSV(B) 343.14º 0.58% 0.82% -
XYZ 32.87 21.61 20.53 -
YUV 127.06 124.59 185.74 -
System Red Green Blue C M Y K H S L
Decimal 208 87 121 0 0.58 0.42 0.18 343.14 0.56 0.58
Hex D0 57 79 0 3A 2A 12 157 38 3A
Octal 320 127 171 0 72 52 22 527 70 72
Binary 11010000 1010111 1111001 0 111010 101010 10010 101010111 111000 111010

Color Harmonies of #D05779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05779

Black with #D05779

Text Example


Text Example

White with #D05779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05779; }

 p { color: rgb(208,87,121); }

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

background-color css

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

 a { background-color: rgb(208,87,121); }

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

border-color css

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

 span { border-color: rgb(208,87,121); }

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