Html Css Color HEX #D93C6B Cerise

📋 copy color: '#D93C6B'

red 217 ◦ green 60 ◦ blue 107

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

Shades of Cerise #D93C6B

Tints of Cerise #D93C6B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.63%

 BLUE value IS 107 (42.19% from 255) = 27.86%

R = 56.51%
G = 15.63%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#D93C6B (or 0xD93C6B) is known color: Cerise. HEX triplet: D9, 3C and 6B. RGB value is (217,60,107). Sum of RGB (Red+Green+Blue) = 217+60+107=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 60 (23.83% from 255 or 15.62% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C6B is #26C394. Grayscale: #707070. Windows color (decimal): -2540437 or 7027929. OLE color: 7027929.

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

Color convert

RGB 217 60 107 -
CMYK 0 0.72 0.51 0.15
HSL 342.04º 0.67% 0.54% -
HSV(B) 342.04º 0.72% 0.85% -
XYZ 32.88 19.04 15.85 -
YUV 112.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 217 60 107 0 0.72 0.51 0.15 342.04 0.67 0.54
Hex D9 3C 6B 0 48 33 F 156 43 36
Octal 331 74 153 0 110 63 17 526 103 66
Binary 11011001 111100 1101011 0 1001000 110011 1111 101010110 1000011 110110

Color Harmonies of #D93C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93C6B

Black with #D93C6B

Text Example


Text Example

White with #D93C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93C6B; }

 p { color: rgb(217,60,107); }

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

background-color css

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

 a { background-color: rgb(217,60,107); }

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

border-color css

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

 span { border-color: rgb(217,60,107); }

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