Html Css Color HEX #D93062 Cerise

📋 copy color: '#D93062'

red 217 ◦ green 48 ◦ blue 98

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

Shades of Cerise #D93062

Tints of Cerise #D93062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 98 (38.67% from 255) = 27%

R = 59.78%
G = 13.22%
B = 27%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D93062 (or 0xD93062) is known color: Cerise. HEX triplet: D9, 30 and 62. RGB value is (217,48,98). Sum of RGB (Red+Green+Blue) = 217+48+98=363 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.78% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 217 - color contains mainly: red. Hex color #D93062 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93062 is #26CF9D. Grayscale: #686868. Windows color (decimal): -2543518 or 6435033. OLE color: 6435033.

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

Color convert

RGB 217 48 98 -
CMYK 0 0.78 0.55 0.15
HSL 342.25º 0.69% 0.52% -
HSV(B) 342.25º 0.78% 0.85% -
XYZ 31.88 17.75 13.3 -
YUV 104.23 124.49 208.43 -
System Red Green Blue C M Y K H S L
Decimal 217 48 98 0 0.78 0.55 0.15 342.25 0.69 0.52
Hex D9 30 62 0 4E 37 F 156 45 34
Octal 331 60 142 0 116 67 17 526 105 64
Binary 11011001 110000 1100010 0 1001110 110111 1111 101010110 1000101 110100

Color Harmonies of #D93062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93062

Black with #D93062

Text Example


Text Example

White with #D93062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93062; }

 p { color: rgb(217,48,98); }

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

background-color css

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

 a { background-color: rgb(217,48,98); }

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

border-color css

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

 span { border-color: rgb(217,48,98); }

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