Html Css Color HEX #D43A6A Cerise

📋 copy color: '#D43A6A'

red 212 ◦ green 58 ◦ blue 106

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

Shades of Cerise #D43A6A

Tints of Cerise #D43A6A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.43%

 BLUE value IS 106 (41.8% from 255) = 28.19%

R = 56.38%
G = 15.43%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.5

 K value IS 0.17

RGB Variations

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

Color information

#D43A6A (or 0xD43A6A) is known color: Cerise. HEX triplet: D4, 3A and 6A. RGB value is (212,58,106). Sum of RGB (Red+Green+Blue) = 212+58+106=376 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.38% from 376); Green value is 58 (23.05% from 255 or 15.43% from 376); Blue value is 106 (41.80% from 255 or 28.19% from 376); Max value from RGB is 212 - color contains mainly: red. Hex color #D43A6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D43A6A is #2BC595. Grayscale: #6D6D6D. Windows color (decimal): -2868630 or 6961876. OLE color: 6961876.

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

Color convert

RGB 212 58 106 -
CMYK 0 0.73 0.5 0.17
HSL 341.3º 0.64% 0.53% -
HSV(B) 341.3º 0.73% 0.83% -
XYZ 31.27 18.06 15.47 -
YUV 109.52 126.02 201.1 -
System Red Green Blue C M Y K H S L
Decimal 212 58 106 0 0.73 0.5 0.17 341.3 0.64 0.53
Hex D4 3A 6A 0 49 32 11 155 40 35
Octal 324 72 152 0 111 62 21 525 100 65
Binary 11010100 111010 1101010 0 1001001 110010 10001 101010101 1000000 110101

Color Harmonies of #D43A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43A6A

Black with #D43A6A

Text Example


Text Example

White with #D43A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43A6A; }

 p { color: rgb(212,58,106); }

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

background-color css

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

 a { background-color: rgb(212,58,106); }

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

border-color css

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

 span { border-color: rgb(212,58,106); }

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