Html Css Color HEX #D92968 Cerise

📋 copy color: '#D92968'

red 217 ◦ green 41 ◦ blue 104

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

Shades of Cerise #D92968

Tints of Cerise #D92968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 59.94%
G = 11.33%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D92968 (or 0xD92968) is known color: Cerise. HEX triplet: D9, 29 and 68. RGB value is (217,41,104). Sum of RGB (Red+Green+Blue) = 217+41+104=362 (47% of max value = 765). Red value is 217 (85.16% from 255 or 59.94% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 217 - color contains mainly: red. Hex color #D92968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92968 is #26D697. Grayscale: #646464. Windows color (decimal): -2545304 or 6826457. OLE color: 6826457.

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

Color convert

RGB 217 41 104 -
CMYK 0 0.81 0.52 0.15
HSL 338.52º 0.7% 0.51% -
HSV(B) 338.52º 0.81% 0.85% -
XYZ 31.91 17.34 14.76 -
YUV 100.81 129.81 210.88 -
System Red Green Blue C M Y K H S L
Decimal 217 41 104 0 0.81 0.52 0.15 338.52 0.7 0.51
Hex D9 29 68 0 51 34 F 153 46 33
Octal 331 51 150 0 121 64 17 523 106 63
Binary 11011001 101001 1101000 0 1010001 110100 1111 101010011 1000110 110011

Color Harmonies of #D92968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92968

Black with #D92968

Text Example


Text Example

White with #D92968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92968; }

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

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

background-color css

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

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

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

border-color css

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

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

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