Html Css Color HEX #D95382 Cranberry

📋 copy color: '#D95382'

red 217 ◦ green 83 ◦ blue 130

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

Shades of Cranberry #D95382

Tints of Cranberry #D95382

RGB

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

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

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

R = 50.47%
G = 19.3%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D95382 (or 0xD95382) is known color: Cranberry. HEX triplet: D9, 53 and 82. RGB value is (217,83,130). Sum of RGB (Red+Green+Blue) = 217+83+130=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D95382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95382 is #26AC7D. Grayscale: #808080. Windows color (decimal): -2534526 or 8541145. OLE color: 8541145.

HSL color Cylindrical-coordinate representation of color #D95382: hue angle of 338.96º 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 #D95382 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 83 130 -
CMYK 0 0.62 0.40 0.15
HSL 338.96º 0.64% 0.59% -
HSV(B) 338.96º 0.62% 0.85% -
XYZ 35.74 22.55 23.59 -
YUV 128.42 128.89 191.18 -
System Red Green Blue C M Y K H S L
Decimal 217 83 130 0 0.62 0.40 0.15 338.96 0.64 0.59
Hex D9 53 82 0 3E 28 F 153 40 3B
Octal 331 123 202 0 76 50 17 523 100 73
Binary 11011001 1010011 10000010 0 111110 101000 1111 101010011 1000000 111011

Color Harmonies of #D95382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95382

Black with #D95382

Text Example


Text Example

White with #D95382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95382; }

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

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

background-color css

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

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

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

border-color css

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

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

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