Html Css Color HEX #D95C80 Cranberry

📋 copy color: '#D95C80'

red 217 ◦ green 92 ◦ blue 128

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

Shades of Cranberry #D95C80

Tints of Cranberry #D95C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.05%

 BLUE value IS 128 (50.39% from 255) = 29.29%

R = 49.66%
G = 21.05%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D95C80 (or 0xD95C80) is known color: Cranberry. HEX triplet: D9, 5C and 80. RGB value is (217,92,128). Sum of RGB (Red+Green+Blue) = 217+92+128=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95C80 is #26A37F. Grayscale: #858585. Windows color (decimal): -2532224 or 8412377. OLE color: 8412377.

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

Color convert

RGB 217 92 128 -
CMYK 0 0.58 0.41 0.15
HSL 342.72º 0.62% 0.61% -
HSV(B) 342.72º 0.58% 0.85% -
XYZ 36.34 23.96 23.13 -
YUV 133.48 124.91 187.57 -
System Red Green Blue C M Y K H S L
Decimal 217 92 128 0 0.58 0.41 0.15 342.72 0.62 0.61
Hex D9 5C 80 0 3A 29 F 157 3E 3D
Octal 331 134 200 0 72 51 17 527 76 75
Binary 11011001 1011100 10000000 0 111010 101001 1111 101010111 111110 111101

Color Harmonies of #D95C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C80

Black with #D95C80

Text Example


Text Example

White with #D95C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C80; }

 p { color: rgb(217,92,128); }

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

background-color css

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

 a { background-color: rgb(217,92,128); }

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

border-color css

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

 span { border-color: rgb(217,92,128); }

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