Html Css Color HEX #D95481 Cranberry

📋 copy color: '#D95481'

red 217 ◦ green 84 ◦ blue 129

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

Shades of Cranberry #D95481

Tints of Cranberry #D95481

RGB

 RED value IS 217 (85.16% from 255) = 50.47%

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

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

R = 50.47%
G = 19.53%
B = 30%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95481 (or 0xD95481) is known color: Cranberry. HEX triplet: D9, 54 and 81. RGB value is (217,84,129). Sum of RGB (Red+Green+Blue) = 217+84+129=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 129 (50.78% from 255 or 30% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95481 is #26AB7E. Grayscale: #808080. Windows color (decimal): -2534271 or 8475865. OLE color: 8475865.

HSL color Cylindrical-coordinate representation of color #D95481: hue angle of 339.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D95481 is Cyan = 0, Magento = 0.61, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 129 -
CMYK 0 0.61 0.41 0.15
HSL 339.7º 0.64% 0.59% -
HSV(B) 339.7º 0.61% 0.85% -
XYZ 35.75 22.68 23.26 -
YUV 128.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 217 84 129 0 0.61 0.41 0.15 339.7 0.64 0.59
Hex D9 54 81 0 3D 29 F 154 40 3B
Octal 331 124 201 0 75 51 17 524 100 73
Binary 11011001 1010100 10000001 0 111101 101001 1111 101010100 1000000 111011

Color Harmonies of #D95481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95481

Black with #D95481

Text Example


Text Example

White with #D95481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95481; }

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

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

background-color css

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

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

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

border-color css

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

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

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