Html Css Color HEX #D95381 Cranberry

📋 copy color: '#D95381'

red 217 ◦ green 83 ◦ blue 129

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

Shades of Cranberry #D95381

Tints of Cranberry #D95381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.35%

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

R = 50.58%
G = 19.35%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95381 (or 0xD95381) is known color: Cranberry. HEX triplet: D9, 53 and 81. RGB value is (217,83,129). Sum of RGB (Red+Green+Blue) = 217+83+129=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 83 (32.81% from 255 or 19.35% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D95381 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95381 is #26AC7E. Grayscale: #808080. Windows color (decimal): -2534527 or 8475609. OLE color: 8475609.

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

Color convert

RGB 217 83 129 -
CMYK 0 0.62 0.41 0.15
HSL 339.4º 0.64% 0.59% -
HSV(B) 339.4º 0.62% 0.85% -
XYZ 35.67 22.52 23.24 -
YUV 128.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 217 83 129 0 0.62 0.41 0.15 339.4 0.64 0.59
Hex D9 53 81 0 3E 29 F 153 40 3B
Octal 331 123 201 0 76 51 17 523 100 73
Binary 11011001 1010011 10000001 0 111110 101001 1111 101010011 1000000 111011

Color Harmonies of #D95381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95381

Black with #D95381

Text Example


Text Example

White with #D95381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95381; }

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

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

background-color css

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

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

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

border-color css

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

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

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