Html Css Color HEX #D93067 Cerise

📋 copy color: '#D93067'

red 217 ◦ green 48 ◦ blue 103

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

Shades of Cerise #D93067

Tints of Cerise #D93067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 27.99%

R = 58.97%
G = 13.04%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93067 (or 0xD93067) is known color: Cerise. HEX triplet: D9, 30 and 67. RGB value is (217,48,103). Sum of RGB (Red+Green+Blue) = 217+48+103=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 48 (19.14% from 255 or 13.04% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D93067 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93067 is #26CF98. Grayscale: #686868. Windows color (decimal): -2543513 or 6762713. OLE color: 6762713.

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

Color convert

RGB 217 48 103 -
CMYK 0 0.78 0.53 0.15
HSL 340.47º 0.69% 0.52% -
HSV(B) 340.47º 0.78% 0.85% -
XYZ 32.12 17.84 14.58 -
YUV 104.8 126.99 208.03 -
System Red Green Blue C M Y K H S L
Decimal 217 48 103 0 0.78 0.53 0.15 340.47 0.69 0.52
Hex D9 30 67 0 4E 35 F 154 45 34
Octal 331 60 147 0 116 65 17 524 105 64
Binary 11011001 110000 1100111 0 1001110 110101 1111 101010100 1000101 110100

Color Harmonies of #D93067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93067

Black with #D93067

Text Example


Text Example

White with #D93067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93067; }

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

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

background-color css

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

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

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

border-color css

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

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

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