Html Css Color HEX #D92C68 Cerise

📋 copy color: '#D92C68'

red 217 ◦ green 44 ◦ blue 104

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

Shades of Cerise #D92C68

Tints of Cerise #D92C68

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.05%

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

R = 59.45%
G = 12.05%
B = 28.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D92C68 (or 0xD92C68) is known color: Cerise. HEX triplet: D9, 2C and 68. RGB value is (217,44,104). Sum of RGB (Red+Green+Blue) = 217+44+104=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 44 (17.58% from 255 or 12.05% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92C68 is #26D397. Grayscale: #666666. Windows color (decimal): -2544536 or 6827225. OLE color: 6827225.

HSL color Cylindrical-coordinate representation of color #D92C68: hue angle of 339.19º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C68 is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 44 104 -
CMYK 0 0.80 0.52 0.15
HSL 339.19º 0.69% 0.51% -
HSV(B) 339.19º 0.8% 0.85% -
XYZ 32.01 17.55 14.8 -
YUV 102.57 128.81 209.62 -
System Red Green Blue C M Y K H S L
Decimal 217 44 104 0 0.80 0.52 0.15 339.19 0.69 0.51
Hex D9 2C 68 0 50 34 F 153 45 33
Octal 331 54 150 0 120 64 17 523 105 63
Binary 11011001 101100 1101000 0 1010000 110100 1111 101010011 1000101 110011

Color Harmonies of #D92C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92C68

Black with #D92C68

Text Example


Text Example

White with #D92C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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