Html Css Color HEX #D92868 Cerise

📋 copy color: '#D92868'

red 217 ◦ green 40 ◦ blue 104

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

Shades of Cerise #D92868

Tints of Cerise #D92868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.08%

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

R = 60.11%
G = 11.08%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#D92868 (or 0xD92868) is known color: Cerise. HEX triplet: D9, 28 and 68. RGB value is (217,40,104). Sum of RGB (Red+Green+Blue) = 217+40+104=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 40 (16.02% from 255 or 11.08% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D92868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92868 is #26D797. Grayscale: #646464. Windows color (decimal): -2545560 or 6826201. OLE color: 6826201.

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

Color convert

RGB 217 40 104 -
CMYK 0 0.82 0.52 0.15
HSL 338.31º 0.7% 0.5% -
HSV(B) 338.31º 0.82% 0.85% -
XYZ 31.87 17.27 14.75 -
YUV 100.22 130.14 211.3 -
System Red Green Blue C M Y K H S L
Decimal 217 40 104 0 0.82 0.52 0.15 338.31 0.7 0.5
Hex D9 28 68 0 52 34 F 152 46 32
Octal 331 50 150 0 122 64 17 522 106 62
Binary 11011001 101000 1101000 0 1010010 110100 1111 101010010 1000110 110010

Color Harmonies of #D92868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92868

Black with #D92868

Text Example


Text Example

White with #D92868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92868; }

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

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

background-color css

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

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

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

border-color css

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

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

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