Html Css Color HEX #D92F64 Cerise

📋 copy color: '#D92F64'

red 217 ◦ green 47 ◦ blue 100

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

Shades of Cerise #D92F64

Tints of Cerise #D92F64

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.91%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 59.62%
G = 12.91%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D92F64 (or 0xD92F64) is known color: Cerise. HEX triplet: D9, 2F and 64. RGB value is (217,47,100). Sum of RGB (Red+Green+Blue) = 217+47+100=364 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.62% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 217 - color contains mainly: red. Hex color #D92F64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92F64 is #26D09B. Grayscale: #676767. Windows color (decimal): -2543772 or 6565849. OLE color: 6565849.

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

Color convert

RGB 217 47 100 -
CMYK 0 0.78 0.54 0.15
HSL 341.29º 0.69% 0.52% -
HSV(B) 341.29º 0.78% 0.85% -
XYZ 31.93 17.7 13.79 -
YUV 103.87 125.82 208.69 -
System Red Green Blue C M Y K H S L
Decimal 217 47 100 0 0.78 0.54 0.15 341.29 0.69 0.52
Hex D9 2F 64 0 4E 36 F 155 45 34
Octal 331 57 144 0 116 66 17 525 105 64
Binary 11011001 101111 1100100 0 1001110 110110 1111 101010101 1000101 110100

Color Harmonies of #D92F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92F64

Black with #D92F64

Text Example


Text Example

White with #D92F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92F64; }

 p { color: rgb(217,47,100); }

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

background-color css

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

 a { background-color: rgb(217,47,100); }

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

border-color css

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

 span { border-color: rgb(217,47,100); }

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