Html Css Color HEX #D25692 Mulberry

📋 copy color: '#D25692'

red 210 ◦ green 86 ◦ blue 146

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

Shades of Mulberry #D25692

Tints of Mulberry #D25692

RGB

 RED value IS 210 (82.42% from 255) = 47.51%

 GREEN value IS 86 (33.98% from 255) = 19.46%

 BLUE value IS 146 (57.42% from 255) = 33.03%

R = 47.51%
G = 19.46%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D25692 (or 0xD25692) is known color: Mulberry. HEX triplet: D2, 56 and 92. RGB value is (210,86,146). Sum of RGB (Red+Green+Blue) = 210+86+146=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D25692 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25692 is #2DA96D. Grayscale: #818181. Windows color (decimal): -2992494 or 9590482. OLE color: 9590482.

HSL color Cylindrical-coordinate representation of color #D25692: hue angle of 330.97º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D25692 is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 86 146 -
CMYK 0 0.59 0.30 0.18
HSL 330.97º 0.58% 0.58% -
HSV(B) 330.97º 0.59% 0.82% -
XYZ 35.09 22.43 29.67 -
YUV 129.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 210 86 146 0 0.59 0.30 0.18 330.97 0.58 0.58
Hex D2 56 92 0 3B 1E 12 14B 3A 3A
Octal 322 126 222 0 73 36 22 513 72 72
Binary 11010010 1010110 10010010 0 111011 11110 10010 101001011 111010 111010

Color Harmonies of #D25692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25692

Black with #D25692

Text Example


Text Example

White with #D25692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25692; }

 p { color: rgb(210,86,146); }

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

background-color css

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

 a { background-color: rgb(210,86,146); }

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

border-color css

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

 span { border-color: rgb(210,86,146); }

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