Html Css Color HEX #D05183 Cranberry

📋 copy color: '#D05183'

red 208 ◦ green 81 ◦ blue 131

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

Shades of Cranberry #D05183

Tints of Cranberry #D05183

RGB

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

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

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

R = 49.52%
G = 19.29%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D05183 (or 0xD05183) is known color: Cranberry. HEX triplet: D0, 51 and 83. RGB value is (208,81,131). Sum of RGB (Red+Green+Blue) = 208+81+131=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 131 (51.56% from 255 or 31.19% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D05183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05183 is #2FAE7C. Grayscale: #7C7C7C. Windows color (decimal): -3124861 or 8606160. OLE color: 8606160.

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

Color convert

RGB 208 81 131 -
CMYK 0 0.61 0.37 0.18
HSL 336.38º 0.57% 0.57% -
HSV(B) 336.38º 0.61% 0.82% -
XYZ 33.05 20.93 23.77 -
YUV 124.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 208 81 131 0 0.61 0.37 0.18 336.38 0.57 0.57
Hex D0 51 83 0 3D 25 12 150 39 39
Octal 320 121 203 0 75 45 22 520 71 71
Binary 11010000 1010001 10000011 0 111101 100101 10010 101010000 111001 111001

Color Harmonies of #D05183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05183

Black with #D05183

Text Example


Text Example

White with #D05183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05183; }

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

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

background-color css

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

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

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

border-color css

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

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

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