Html Css Color HEX #D33692 Deep Cerise

📋 copy color: '#D33692'

red 211 ◦ green 54 ◦ blue 146

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

Shades of Deep Cerise #D33692

Tints of Deep Cerise #D33692

RGB

 RED value IS 211 (82.81% from 255) = 51.34%

 GREEN value IS 54 (21.48% from 255) = 13.14%

 BLUE value IS 146 (57.42% from 255) = 35.52%

R = 51.34%
G = 13.14%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#D33692 (or 0xD33692) is known color: Deep Cerise. HEX triplet: D3, 36 and 92. RGB value is (211,54,146). Sum of RGB (Red+Green+Blue) = 211+54+146=411 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.34% from 411); Green value is 54 (21.48% from 255 or 13.14% from 411); Blue value is 146 (57.42% from 255 or 35.52% from 411); Max value from RGB is 211 - color contains mainly: red. Hex color #D33692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33692 is #2CC96D. Grayscale: #6F6F6F. Windows color (decimal): -2935150 or 9582291. OLE color: 9582291.

HSL color Cylindrical-coordinate representation of color #D33692: hue angle of 324.84º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D33692 is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 146 -
CMYK 0 0.74 0.31 0.17
HSL 324.84º 0.64% 0.52% -
HSV(B) 324.84º 0.74% 0.83% -
XYZ 33.37 18.56 29.02 -
YUV 111.43 147.51 199.02 -
System Red Green Blue C M Y K H S L
Decimal 211 54 146 0 0.74 0.31 0.17 324.84 0.64 0.52
Hex D3 36 92 0 4A 1F 11 145 40 34
Octal 323 66 222 0 112 37 21 505 100 64
Binary 11010011 110110 10010010 0 1001010 11111 10001 101000101 1000000 110100

Color Harmonies of #D33692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33692

Black with #D33692

Text Example


Text Example

White with #D33692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33692; }

 p { color: rgb(211,54,146); }

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

background-color css

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

 a { background-color: rgb(211,54,146); }

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

border-color css

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

 span { border-color: rgb(211,54,146); }

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