Html Css Color HEX #D742A9 Mulberry

📋 copy color: '#D742A9'

red 215 ◦ green 66 ◦ blue 169

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

Shades of Mulberry #D742A9

Tints of Mulberry #D742A9

RGB

 RED value IS 215 (84.38% from 255) = 47.78%

 GREEN value IS 66 (26.17% from 255) = 14.67%

 BLUE value IS 169 (66.41% from 255) = 37.56%

R = 47.78%
G = 14.67%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D742A9 (or 0xD742A9) is known color: Mulberry. HEX triplet: D7, 42 and A9. RGB value is (215,66,169). Sum of RGB (Red+Green+Blue) = 215+66+169=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 169 (66.41% from 255 or 37.56% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D742A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D742A9 is #28BD56. Grayscale: #7A7A7A. Windows color (decimal): -2669911 or 11092695. OLE color: 11092695.

HSL color Cylindrical-coordinate representation of color #D742A9: hue angle of 318.52º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D742A9 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 66 169 -
CMYK 0 0.69 0.21 0.16
HSL 318.52º 0.65% 0.55% -
HSV(B) 318.52º 0.69% 0.84% -
XYZ 37.13 21.21 39.67 -
YUV 122.29 154.36 194.12 -
System Red Green Blue C M Y K H S L
Decimal 215 66 169 0 0.69 0.21 0.16 318.52 0.65 0.55
Hex D7 42 A9 0 45 15 10 13F 41 37
Octal 327 102 251 0 105 25 20 477 101 67
Binary 11010111 1000010 10101001 0 1000101 10101 10000 100111111 1000001 110111

Color Harmonies of #D742A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D742A9

Black with #D742A9

Text Example


Text Example

White with #D742A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D742A9; }

 p { color: rgb(215,66,169); }

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

background-color css

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

 a { background-color: rgb(215,66,169); }

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

border-color css

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

 span { border-color: rgb(215,66,169); }

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