Html Css Color HEX #D05376 Cranberry

📋 copy color: '#D05376'

red 208 ◦ green 83 ◦ blue 118

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

Shades of Cranberry #D05376

Tints of Cranberry #D05376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.29%

 BLUE value IS 118 (46.48% from 255) = 28.85%

R = 50.86%
G = 20.29%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D05376 (or 0xD05376) is known color: Cranberry. HEX triplet: D0, 53 and 76. RGB value is (208,83,118). Sum of RGB (Red+Green+Blue) = 208+83+118=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 83 (32.81% from 255 or 20.29% from 409); Blue value is 118 (46.48% from 255 or 28.85% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D05376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05376 is #2FAC89. Grayscale: #7C7C7C. Windows color (decimal): -3124362 or 7754704. OLE color: 7754704.

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

Color convert

RGB 208 83 118 -
CMYK 0 0.60 0.43 0.18
HSL 343.2º 0.57% 0.57% -
HSV(B) 343.2º 0.6% 0.82% -
XYZ 32.38 20.9 19.47 -
YUV 124.37 124.41 187.65 -
System Red Green Blue C M Y K H S L
Decimal 208 83 118 0 0.60 0.43 0.18 343.2 0.57 0.57
Hex D0 53 76 0 3C 2B 12 157 39 39
Octal 320 123 166 0 74 53 22 527 71 71
Binary 11010000 1010011 1110110 0 111100 101011 10010 101010111 111001 111001

Color Harmonies of #D05376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05376

Black with #D05376

Text Example


Text Example

White with #D05376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05376; }

 p { color: rgb(208,83,118); }

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

background-color css

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

 a { background-color: rgb(208,83,118); }

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

border-color css

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

 span { border-color: rgb(208,83,118); }

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