Html Css Color HEX #D93466 Cerise

📋 copy color: '#D93466'

red 217 ◦ green 52 ◦ blue 102

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

Shades of Cerise #D93466

Tints of Cerise #D93466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.02%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 58.49%
G = 14.02%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D93466 (or 0xD93466) is known color: Cerise. HEX triplet: D9, 34 and 66. RGB value is (217,52,102). Sum of RGB (Red+Green+Blue) = 217+52+102=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 52 (20.70% from 255 or 14.02% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D93466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93466 is #26CB99. Grayscale: #6B6B6B. Windows color (decimal): -2542490 or 6698201. OLE color: 6698201.

HSL color Cylindrical-coordinate representation of color #D93466: hue angle of 341.82º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D93466 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 52 102 -
CMYK 0 0.76 0.53 0.15
HSL 341.82º 0.68% 0.53% -
HSV(B) 341.82º 0.76% 0.85% -
XYZ 32.24 18.17 14.38 -
YUV 107.04 125.16 206.43 -
System Red Green Blue C M Y K H S L
Decimal 217 52 102 0 0.76 0.53 0.15 341.82 0.68 0.53
Hex D9 34 66 0 4C 35 F 156 44 35
Octal 331 64 146 0 114 65 17 526 104 65
Binary 11011001 110100 1100110 0 1001100 110101 1111 101010110 1000100 110101

Color Harmonies of #D93466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93466

Black with #D93466

Text Example


Text Example

White with #D93466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93466; }

 p { color: rgb(217,52,102); }

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

background-color css

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

 a { background-color: rgb(217,52,102); }

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

border-color css

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

 span { border-color: rgb(217,52,102); }

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