Html Css Color HEX #D05282 Cranberry

📋 copy color: '#D05282'

red 208 ◦ green 82 ◦ blue 130

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

Shades of Cranberry #D05282

Tints of Cranberry #D05282

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.52%

 BLUE value IS 130 (51.17% from 255) = 30.95%

R = 49.52%
G = 19.52%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D05282 (or 0xD05282) is known color: Cranberry. HEX triplet: D0, 52 and 82. RGB value is (208,82,130). Sum of RGB (Red+Green+Blue) = 208+82+130=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D05282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05282 is #2FAD7D. Grayscale: #7D7D7D. Windows color (decimal): -3124606 or 8540880. OLE color: 8540880.

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

Color convert

RGB 208 82 130 -
CMYK 0 0.61 0.38 0.18
HSL 337.14º 0.57% 0.57% -
HSV(B) 337.14º 0.61% 0.82% -
XYZ 33.06 21.06 23.44 -
YUV 125.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 208 82 130 0 0.61 0.38 0.18 337.14 0.57 0.57
Hex D0 52 82 0 3D 26 12 151 39 39
Octal 320 122 202 0 75 46 22 521 71 71
Binary 11010000 1010010 10000010 0 111101 100110 10010 101010001 111001 111001

Color Harmonies of #D05282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05282

Black with #D05282

Text Example


Text Example

White with #D05282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05282; }

 p { color: rgb(208,82,130); }

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

background-color css

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

 a { background-color: rgb(208,82,130); }

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

border-color css

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

 span { border-color: rgb(208,82,130); }

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