Html Css Color HEX #D05F83 Cranberry

📋 copy color: '#D05F83'

red 208 ◦ green 95 ◦ blue 131

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

Shades of Cranberry #D05F83

Tints of Cranberry #D05F83

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.89%

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 47.93%
G = 21.89%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D05F83 (or 0xD05F83) is known color: Cranberry. HEX triplet: D0, 5F and 83. RGB value is (208,95,131). Sum of RGB (Red+Green+Blue) = 208+95+131=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F83 is #2FA07C. Grayscale: #848484. Windows color (decimal): -3121277 or 8609744. OLE color: 8609744.

HSL color Cylindrical-coordinate representation of color #D05F83: hue angle of 340.88º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05F83 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 95 131 -
CMYK 0 0.54 0.37 0.18
HSL 340.88º 0.55% 0.59% -
HSV(B) 340.88º 0.54% 0.82% -
XYZ 34.2 23.23 24.15 -
YUV 132.89 126.94 181.57 -
System Red Green Blue C M Y K H S L
Decimal 208 95 131 0 0.54 0.37 0.18 340.88 0.55 0.59
Hex D0 5F 83 0 36 25 12 155 37 3B
Octal 320 137 203 0 66 45 22 525 67 73
Binary 11010000 1011111 10000011 0 110110 100101 10010 101010101 110111 111011

Color Harmonies of #D05F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05F83

Black with #D05F83

Text Example


Text Example

White with #D05F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05F83; }

 p { color: rgb(208,95,131); }

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

background-color css

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

 a { background-color: rgb(208,95,131); }

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

border-color css

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

 span { border-color: rgb(208,95,131); }

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