Html Css Color HEX #D330AF Deep Cerise

📋 copy color: '#D330AF'

red 211 ◦ green 48 ◦ blue 175

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

Shades of Deep Cerise #D330AF

Tints of Deep Cerise #D330AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 48.62%
G = 11.06%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.17

RGB Variations

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

Color information

#D330AF (or 0xD330AF) is known color: Deep Cerise. HEX triplet: D3, 30 and AF. RGB value is (211,48,175). Sum of RGB (Red+Green+Blue) = 211+48+175=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 48 (19.14% from 255 or 11.06% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D330AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D330AF is #2CCF50. Grayscale: #6E6E6E. Windows color (decimal): -2936657 or 11481299. OLE color: 11481299.

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

Color convert

RGB 211 48 175 -
CMYK 0 0.77 0.17 0.17
HSL 313.25º 0.65% 0.51% -
HSV(B) 313.25º 0.77% 0.83% -
XYZ 35.66 19.06 42.36 -
YUV 111.22 164 199.17 -
System Red Green Blue C M Y K H S L
Decimal 211 48 175 0 0.77 0.17 0.17 313.25 0.65 0.51
Hex D3 30 AF 0 4D 11 11 139 41 33
Octal 323 60 257 0 115 21 21 471 101 63
Binary 11010011 110000 10101111 0 1001101 10001 10001 100111001 1000001 110011

Color Harmonies of #D330AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D330AF

Black with #D330AF

Text Example


Text Example

White with #D330AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D330AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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