Html Css Color HEX #D43CA4 Mulberry

📋 copy color: '#D43CA4'

red 212 ◦ green 60 ◦ blue 164

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

Shades of Mulberry #D43CA4

Tints of Mulberry #D43CA4

RGB

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

 GREEN value IS 60 (23.83% from 255) = 13.76%

 BLUE value IS 164 (64.45% from 255) = 37.61%

R = 48.62%
G = 13.76%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D43CA4 (or 0xD43CA4) is known color: Mulberry. HEX triplet: D4, 3C and A4. RGB value is (212,60,164). Sum of RGB (Red+Green+Blue) = 212+60+164=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 60 (23.83% from 255 or 13.76% from 436); Blue value is 164 (64.45% from 255 or 37.61% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D43CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43CA4 is #2BC35B. Grayscale: #757575. Windows color (decimal): -2868060 or 10763476. OLE color: 10763476.

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

Color convert

RGB 212 60 164 -
CMYK 0 0.72 0.23 0.17
HSL 318.95º 0.64% 0.53% -
HSV(B) 318.95º 0.72% 0.83% -
XYZ 35.47 19.91 37.1 -
YUV 117.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 212 60 164 0 0.72 0.23 0.17 318.95 0.64 0.53
Hex D4 3C A4 0 48 17 11 13F 40 35
Octal 324 74 244 0 110 27 21 477 100 65
Binary 11010100 111100 10100100 0 1001000 10111 10001 100111111 1000000 110101

Color Harmonies of #D43CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43CA4

Black with #D43CA4

Text Example


Text Example

White with #D43CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43CA4; }

 p { color: rgb(212,60,164); }

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

background-color css

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

 a { background-color: rgb(212,60,164); }

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

border-color css

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

 span { border-color: rgb(212,60,164); }

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