Html Css Color HEX #D430B0 Deep Cerise

📋 copy color: '#D430B0'

red 212 ◦ green 48 ◦ blue 176

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

Shades of Deep Cerise #D430B0

Tints of Deep Cerise #D430B0

RGB

 RED value IS 212 (83.2% from 255) = 48.62%

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

 BLUE value IS 176 (69.14% from 255) = 40.37%

R = 48.62%
G = 11.01%
B = 40.37%

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

#D430B0 (or 0xD430B0) is known color: Deep Cerise. HEX triplet: D4, 30 and B0. RGB value is (212,48,176). Sum of RGB (Red+Green+Blue) = 212+48+176=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 176 (69.14% from 255 or 40.37% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D430B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D430B0 is #2BCF4F. Grayscale: #6F6F6F. Windows color (decimal): -2871120 or 11546836. OLE color: 11546836.

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

Color convert

RGB 212 48 176 -
CMYK 0 0.77 0.17 0.17
HSL 313.17º 0.66% 0.51% -
HSV(B) 313.17º 0.77% 0.83% -
XYZ 36.04 19.25 42.89 -
YUV 111.63 164.33 199.59 -
System Red Green Blue C M Y K H S L
Decimal 212 48 176 0 0.77 0.17 0.17 313.17 0.66 0.51
Hex D4 30 B0 0 4D 11 11 139 42 33
Octal 324 60 260 0 115 21 21 471 102 63
Binary 11010100 110000 10110000 0 1001101 10001 10001 100111001 1000010 110011

Color Harmonies of #D430B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D430B0

Black with #D430B0

Text Example


Text Example

White with #D430B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D430B0; }

 p { color: rgb(212,48,176); }

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

background-color css

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

 a { background-color: rgb(212,48,176); }

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

border-color css

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

 span { border-color: rgb(212,48,176); }

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