Html Css Color HEX #D33690 Deep Cerise

📋 copy color: '#D33690'

red 211 ◦ green 54 ◦ blue 144

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

Shades of Deep Cerise #D33690

Tints of Deep Cerise #D33690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 51.59%
G = 13.2%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.32

 K value IS 0.17

RGB Variations

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

Color information

#D33690 (or 0xD33690) is known color: Deep Cerise. HEX triplet: D3, 36 and 90. RGB value is (211,54,144). Sum of RGB (Red+Green+Blue) = 211+54+144=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D33690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D33690 is #2CC96F. Grayscale: #6F6F6F. Windows color (decimal): -2935152 or 9451219. OLE color: 9451219.

HSL color Cylindrical-coordinate representation of color #D33690: hue angle of 325.61º 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 #D33690 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 54 144 -
CMYK 0 0.74 0.32 0.17
HSL 325.61º 0.64% 0.52% -
HSV(B) 325.61º 0.74% 0.83% -
XYZ 33.22 18.5 28.21 -
YUV 111.2 146.51 199.18 -
System Red Green Blue C M Y K H S L
Decimal 211 54 144 0 0.74 0.32 0.17 325.61 0.64 0.52
Hex D3 36 90 0 4A 20 11 146 40 34
Octal 323 66 220 0 112 40 21 506 100 64
Binary 11010011 110110 10010000 0 1001010 100000 10001 101000110 1000000 110100

Color Harmonies of #D33690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33690

Black with #D33690

Text Example


Text Example

White with #D33690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33690; }

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

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

background-color css

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

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

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

border-color css

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

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

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