Html Css Color HEX #D05482 Cranberry

📋 copy color: '#D05482'

red 208 ◦ green 84 ◦ blue 130

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

Shades of Cranberry #D05482

Tints of Cranberry #D05482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.91%

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

R = 49.29%
G = 19.91%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D05482 (or 0xD05482) is known color: Cranberry. HEX triplet: D0, 54 and 82. RGB value is (208,84,130). Sum of RGB (Red+Green+Blue) = 208+84+130=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 130 (51.17% from 255 or 30.81% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D05482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05482 is #2FAB7D. Grayscale: #7E7E7E. Windows color (decimal): -3124094 or 8541392. OLE color: 8541392.

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

Color convert

RGB 208 84 130 -
CMYK 0 0.60 0.38 0.18
HSL 337.74º 0.57% 0.57% -
HSV(B) 337.74º 0.6% 0.82% -
XYZ 33.21 21.36 23.49 -
YUV 126.32 130.08 186.26 -
System Red Green Blue C M Y K H S L
Decimal 208 84 130 0 0.60 0.38 0.18 337.74 0.57 0.57
Hex D0 54 82 0 3C 26 12 152 39 39
Octal 320 124 202 0 74 46 22 522 71 71
Binary 11010000 1010100 10000010 0 111100 100110 10010 101010010 111001 111001

Color Harmonies of #D05482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05482

Black with #D05482

Text Example


Text Example

White with #D05482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05482; }

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

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

background-color css

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

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

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

border-color css

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

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

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