Html Css Color HEX #D43082 Deep Cerise

📋 copy color: '#D43082'

red 212 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #D43082

Tints of Deep Cerise #D43082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 54.36%
G = 12.31%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#D43082 (or 0xD43082) is known color: Deep Cerise. HEX triplet: D4, 30 and 82. RGB value is (212,48,130). Sum of RGB (Red+Green+Blue) = 212+48+130=390 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.36% from 390); Green value is 48 (19.14% from 255 or 12.31% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 212 - color contains mainly: red. Hex color #D43082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43082 is #2BCF7D. Grayscale: #6A6A6A. Windows color (decimal): -2871166 or 8532180. OLE color: 8532180.

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

Color convert

RGB 212 48 130 -
CMYK 0 0.77 0.39 0.17
HSL 330º 0.66% 0.51% -
HSV(B) 330º 0.77% 0.83% -
XYZ 32.24 17.72 22.84 -
YUV 106.38 141.33 203.33 -
System Red Green Blue C M Y K H S L
Decimal 212 48 130 0 0.77 0.39 0.17 330 0.66 0.51
Hex D4 30 82 0 4D 27 11 14A 42 33
Octal 324 60 202 0 115 47 21 512 102 63
Binary 11010100 110000 10000010 0 1001101 100111 10001 101001010 1000010 110011

Color Harmonies of #D43082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43082

Black with #D43082

Text Example


Text Example

White with #D43082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43082; }

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

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

background-color css

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

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

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

border-color css

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

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

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