Html Css Color HEX #D43278 Deep Cerise

📋 copy color: '#D43278'

red 212 ◦ green 50 ◦ blue 120

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

Shades of Deep Cerise #D43278

Tints of Deep Cerise #D43278

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.09%

 BLUE value IS 120 (47.27% from 255) = 31.41%

R = 55.5%
G = 13.09%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.43

 K value IS 0.17

RGB Variations

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

Color information

#D43278 (or 0xD43278) is known color: Deep Cerise. HEX triplet: D4, 32 and 78. RGB value is (212,50,120). Sum of RGB (Red+Green+Blue) = 212+50+120=382 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.50% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 120 (47.27% from 255 or 31.41% from 382); Max value from RGB is 212 - color contains mainly: red. Hex color #D43278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43278 is #2BCD87. Grayscale: #6A6A6A. Windows color (decimal): -2870664 or 7877332. OLE color: 7877332.

HSL color Cylindrical-coordinate representation of color #D43278: hue angle of 334.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D43278 is Cyan = 0, Magento = 0.76, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 120 -
CMYK 0 0.76 0.43 0.17
HSL 334.07º 0.65% 0.51% -
HSV(B) 334.07º 0.76% 0.83% -
XYZ 31.68 17.63 19.5 -
YUV 106.42 135.67 203.31 -
System Red Green Blue C M Y K H S L
Decimal 212 50 120 0 0.76 0.43 0.17 334.07 0.65 0.51
Hex D4 32 78 0 4C 2B 11 14E 41 33
Octal 324 62 170 0 114 53 21 516 101 63
Binary 11010100 110010 1111000 0 1001100 101011 10001 101001110 1000001 110011

Color Harmonies of #D43278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43278

Black with #D43278

Text Example


Text Example

White with #D43278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43278; }

 p { color: rgb(212,50,120); }

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

background-color css

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

 a { background-color: rgb(212,50,120); }

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

border-color css

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

 span { border-color: rgb(212,50,120); }

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