Html Css Color HEX #D230AF Deep Cerise

📋 copy color: '#D230AF'

red 210 ◦ green 48 ◦ blue 175

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

Shades of Deep Cerise #D230AF

Tints of Deep Cerise #D230AF

RGB

 RED value IS 210 (82.42% from 255) = 48.5%

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

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

R = 48.5%
G = 11.09%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#D230AF (or 0xD230AF) is known color: Deep Cerise. HEX triplet: D2, 30 and AF. RGB value is (210,48,175). Sum of RGB (Red+Green+Blue) = 210+48+175=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 48 (19.14% from 255 or 11.09% from 433); Blue value is 175 (68.75% from 255 or 40.42% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D230AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D230AF is #2DCF50. Grayscale: #6E6E6E. Windows color (decimal): -3002193 or 11481298. OLE color: 11481298.

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

Color convert

RGB 210 48 175 -
CMYK 0 0.77 0.17 0.18
HSL 312.96º 0.64% 0.51% -
HSV(B) 312.96º 0.77% 0.82% -
XYZ 35.37 18.91 42.34 -
YUV 110.92 164.17 198.67 -
System Red Green Blue C M Y K H S L
Decimal 210 48 175 0 0.77 0.17 0.18 312.96 0.64 0.51
Hex D2 30 AF 0 4D 11 12 139 40 33
Octal 322 60 257 0 115 21 22 471 100 63
Binary 11010010 110000 10101111 0 1001101 10001 10010 100111001 1000000 110011

Color Harmonies of #D230AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D230AF

Black with #D230AF

Text Example


Text Example

White with #D230AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D230AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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