Html Css Color HEX #D95C78 Cranberry

📋 copy color: '#D95C78'

red 217 ◦ green 92 ◦ blue 120

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

Shades of Cranberry #D95C78

Tints of Cranberry #D95C78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 50.58%
G = 21.45%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D95C78 (or 0xD95C78) is known color: Cranberry. HEX triplet: D9, 5C and 78. RGB value is (217,92,120). Sum of RGB (Red+Green+Blue) = 217+92+120=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C78 is #26A387. Grayscale: #848484. Windows color (decimal): -2532232 or 7888089. OLE color: 7888089.

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

Color convert

RGB 217 92 120 -
CMYK 0 0.58 0.45 0.15
HSL 346.56º 0.62% 0.61% -
HSV(B) 346.56º 0.58% 0.85% -
XYZ 35.83 23.76 20.47 -
YUV 132.57 120.91 188.22 -
System Red Green Blue C M Y K H S L
Decimal 217 92 120 0 0.58 0.45 0.15 346.56 0.62 0.61
Hex D9 5C 78 0 3A 2D F 15B 3E 3D
Octal 331 134 170 0 72 55 17 533 76 75
Binary 11011001 1011100 1111000 0 111010 101101 1111 101011011 111110 111101

Color Harmonies of #D95C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95C78

Black with #D95C78

Text Example


Text Example

White with #D95C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95C78; }

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

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

background-color css

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

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

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

border-color css

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

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

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