Html Css Color HEX #D95383 Cranberry

📋 copy color: '#D95383'

red 217 ◦ green 83 ◦ blue 131

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

Shades of Cranberry #D95383

Tints of Cranberry #D95383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 30.39%

R = 50.35%
G = 19.26%
B = 30.39%

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

#D95383 (or 0xD95383) is known color: Cranberry. HEX triplet: D9, 53 and 83. RGB value is (217,83,131). Sum of RGB (Red+Green+Blue) = 217+83+131=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 83 (32.81% from 255 or 19.26% from 431); Blue value is 131 (51.56% from 255 or 30.39% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95383 is #26AC7C. Grayscale: #808080. Windows color (decimal): -2534525 or 8606681. OLE color: 8606681.

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

Color convert

RGB 217 83 131 -
CMYK 0 0.62 0.40 0.15
HSL 338.51º 0.64% 0.59% -
HSV(B) 338.51º 0.62% 0.85% -
XYZ 35.81 22.58 23.94 -
YUV 128.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 217 83 131 0 0.62 0.40 0.15 338.51 0.64 0.59
Hex D9 53 83 0 3E 28 F 153 40 3B
Octal 331 123 203 0 76 50 17 523 100 73
Binary 11011001 1010011 10000011 0 111110 101000 1111 101010011 1000000 111011

Color Harmonies of #D95383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95383

Black with #D95383

Text Example


Text Example

White with #D95383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95383; }

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

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

background-color css

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

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

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

border-color css

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

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

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