Html Css Color HEX #D05481 Cranberry

📋 copy color: '#D05481'

red 208 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #D05481

Tints of Cranberry #D05481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.64%

R = 49.41%
G = 19.95%
B = 30.64%

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

#D05481 (or 0xD05481) is known color: Cranberry. HEX triplet: D0, 54 and 81. RGB value is (208,84,129). Sum of RGB (Red+Green+Blue) = 208+84+129=421 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.41% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 129 (50.78% from 255 or 30.64% from 421); Max value from RGB is 208 - color contains mainly: red. Hex color #D05481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05481 is #2FAB7E. Grayscale: #7E7E7E. Windows color (decimal): -3124095 or 8475856. OLE color: 8475856.

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

Color convert

RGB 208 84 129 -
CMYK 0 0.60 0.38 0.18
HSL 338.23º 0.57% 0.57% -
HSV(B) 338.23º 0.6% 0.82% -
XYZ 33.15 21.34 23.14 -
YUV 126.21 129.58 186.34 -
System Red Green Blue C M Y K H S L
Decimal 208 84 129 0 0.60 0.38 0.18 338.23 0.57 0.57
Hex D0 54 81 0 3C 26 12 152 39 39
Octal 320 124 201 0 74 46 22 522 71 71
Binary 11010000 1010100 10000001 0 111100 100110 10010 101010010 111001 111001

Color Harmonies of #D05481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05481

Black with #D05481

Text Example


Text Example

White with #D05481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05481; }

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

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

background-color css

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

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

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

border-color css

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

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

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