Html Css Color HEX #D92960 Cerise

📋 copy color: '#D92960'

red 217 ◦ green 41 ◦ blue 96

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

Shades of Cerise #D92960

Tints of Cerise #D92960

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.58%

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 61.3%
G = 11.58%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D92960 (or 0xD92960) is known color: Cerise. HEX triplet: D9, 29 and 60. RGB value is (217,41,96). Sum of RGB (Red+Green+Blue) = 217+41+96=354 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.30% from 354); Green value is 41 (16.41% from 255 or 11.58% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 217 - color contains mainly: red. Hex color #D92960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92960 is #26D69F. Grayscale: #636363. Windows color (decimal): -2545312 or 6302169. OLE color: 6302169.

HSL color Cylindrical-coordinate representation of color #D92960: hue angle of 341.25º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92960 is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 41 96 -
CMYK 0 0.81 0.56 0.15
HSL 341.25º 0.7% 0.51% -
HSV(B) 341.25º 0.81% 0.85% -
XYZ 31.52 17.18 12.72 -
YUV 99.89 125.81 211.53 -
System Red Green Blue C M Y K H S L
Decimal 217 41 96 0 0.81 0.56 0.15 341.25 0.7 0.51
Hex D9 29 60 0 51 38 F 155 46 33
Octal 331 51 140 0 121 70 17 525 106 63
Binary 11011001 101001 1100000 0 1010001 111000 1111 101010101 1000110 110011

Color Harmonies of #D92960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92960

Black with #D92960

Text Example


Text Example

White with #D92960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92960; }

 p { color: rgb(217,41,96); }

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

background-color css

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

 a { background-color: rgb(217,41,96); }

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

border-color css

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

 span { border-color: rgb(217,41,96); }

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