Html Css Color HEX #D530AF Deep Cerise

📋 copy color: '#D530AF'

red 213 ◦ green 48 ◦ blue 175

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

Shades of Deep Cerise #D530AF

Tints of Deep Cerise #D530AF

RGB

 RED value IS 213 (83.59% from 255) = 48.85%

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

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

R = 48.85%
G = 11.01%
B = 40.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D530AF (or 0xD530AF) is known color: Deep Cerise. HEX triplet: D5, 30 and AF. RGB value is (213,48,175). Sum of RGB (Red+Green+Blue) = 213+48+175=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D530AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D530AF is #2ACF50. Grayscale: #6F6F6F. Windows color (decimal): -2805585 or 11481301. OLE color: 11481301.

HSL color Cylindrical-coordinate representation of color #D530AF: hue angle of 313.82º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D530AF is Cyan = 0, Magento = 0.77, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 48 175 -
CMYK 0 0.77 0.18 0.16
HSL 313.82º 0.66% 0.51% -
HSV(B) 313.82º 0.77% 0.84% -
XYZ 36.24 19.36 42.38 -
YUV 111.81 163.66 200.17 -
System Red Green Blue C M Y K H S L
Decimal 213 48 175 0 0.77 0.18 0.16 313.82 0.66 0.51
Hex D5 30 AF 0 4D 12 10 13A 42 33
Octal 325 60 257 0 115 22 20 472 102 63
Binary 11010101 110000 10101111 0 1001101 10010 10000 100111010 1000010 110011

Color Harmonies of #D530AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D530AF

Black with #D530AF

Text Example


Text Example

White with #D530AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D530AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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