Html Css Color HEX #D330A1 Deep Cerise

📋 copy color: '#D330A1'

red 211 ◦ green 48 ◦ blue 161

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

Shades of Deep Cerise #D330A1

Tints of Deep Cerise #D330A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.33%

R = 50.24%
G = 11.43%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D330A1 (or 0xD330A1) is known color: Deep Cerise. HEX triplet: D3, 30 and A1. RGB value is (211,48,161). Sum of RGB (Red+Green+Blue) = 211+48+161=420 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.24% from 420); Green value is 48 (19.14% from 255 or 11.43% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 211 - color contains mainly: red. Hex color #D330A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330A1 is #2CCF5E. Grayscale: #6D6D6D. Windows color (decimal): -2936671 or 10563795. OLE color: 10563795.

HSL color Cylindrical-coordinate representation of color #D330A1: hue angle of 318.4º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D330A1 is Cyan = 0, Magento = 0.77, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 48 161 -
CMYK 0 0.77 0.24 0.17
HSL 318.4º 0.65% 0.51% -
HSV(B) 318.4º 0.77% 0.83% -
XYZ 34.35 18.54 35.49 -
YUV 109.62 157 200.31 -
System Red Green Blue C M Y K H S L
Decimal 211 48 161 0 0.77 0.24 0.17 318.4 0.65 0.51
Hex D3 30 A1 0 4D 18 11 13E 41 33
Octal 323 60 241 0 115 30 21 476 101 63
Binary 11010011 110000 10100001 0 1001101 11000 10001 100111110 1000001 110011

Color Harmonies of #D330A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330A1

Black with #D330A1

Text Example


Text Example

White with #D330A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330A1; }

 p { color: rgb(211,48,161); }

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

background-color css

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

 a { background-color: rgb(211,48,161); }

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

border-color css

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

 span { border-color: rgb(211,48,161); }

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