Html Css Color HEX #D43D5A Cerise

📋 copy color: '#D43D5A'

red 212 ◦ green 61 ◦ blue 90

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

Shades of Cerise #D43D5A

Tints of Cerise #D43D5A

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.8%

 BLUE value IS 90 (35.55% from 255) = 24.79%

R = 58.4%
G = 16.8%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D43D5A (or 0xD43D5A) is known color: Cerise. HEX triplet: D4, 3D and 5A. RGB value is (212,61,90). Sum of RGB (Red+Green+Blue) = 212+61+90=363 (48% of max value = 765). Red value is 212 (83.20% from 255 or 58.40% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 212 - color contains mainly: red. Hex color #D43D5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43D5A is #2BC2A5. Grayscale: #6D6D6D. Windows color (decimal): -2867878 or 5914068. OLE color: 5914068.

HSL color Cylindrical-coordinate representation of color #D43D5A: hue angle of 348.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43D5A is Cyan = 0, Magento = 0.71, Yellow = 0.58 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 61 90 -
CMYK 0 0.71 0.58 0.17
HSL 348.48º 0.64% 0.54% -
HSV(B) 348.48º 0.71% 0.83% -
XYZ 30.67 18.07 11.54 -
YUV 109.46 117.03 201.14 -
System Red Green Blue C M Y K H S L
Decimal 212 61 90 0 0.71 0.58 0.17 348.48 0.64 0.54
Hex D4 3D 5A 0 47 3A 11 15C 40 36
Octal 324 75 132 0 107 72 21 534 100 66
Binary 11010100 111101 1011010 0 1000111 111010 10001 101011100 1000000 110110

Color Harmonies of #D43D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43D5A

Black with #D43D5A

Text Example


Text Example

White with #D43D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43D5A; }

 p { color: rgb(212,61,90); }

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

background-color css

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

 a { background-color: rgb(212,61,90); }

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

border-color css

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

 span { border-color: rgb(212,61,90); }

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