Html Css Color HEX #D59FC4 Maverick

📋 copy color: '#D59FC4'

red 213 ◦ green 159 ◦ blue 196

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

Shades of Maverick #D59FC4

Tints of Maverick #D59FC4

RGB

 RED value IS 213 (83.59% from 255) = 37.5%

 GREEN value IS 159 (62.5% from 255) = 27.99%

 BLUE value IS 196 (76.95% from 255) = 34.51%

R = 37.5%
G = 27.99%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D59FC4 (or 0xD59FC4) is known color: Maverick. HEX triplet: D5, 9F and C4. RGB value is (213,159,196). Sum of RGB (Red+Green+Blue) = 213+159+196=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 196 (76.95% from 255 or 34.51% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D59FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59FC4 is #2A603B. Grayscale: #B3B3B3. Windows color (decimal): -2777148 or 12885973. OLE color: 12885973.

HSL color Cylindrical-coordinate representation of color #D59FC4: hue angle of 318.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D59FC4 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 159 196 -
CMYK 0 0.25 0.08 0.16
HSL 318.89º 0.39% 0.73% -
HSV(B) 318.89º 0.25% 0.84% -
XYZ 49.8 42.93 57.89 -
YUV 179.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 213 159 196 0 0.25 0.08 0.16 318.89 0.39 0.73
Hex D5 9F C4 0 19 8 10 13F 27 49
Octal 325 237 304 0 31 10 20 477 47 111
Binary 11010101 10011111 11000100 0 11001 1000 10000 100111111 100111 1001001

Color Harmonies of #D59FC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59FC4

Black with #D59FC4

Text Example


Text Example

White with #D59FC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59FC4; }

 p { color: rgb(213,159,196); }

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

background-color css

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

 a { background-color: rgb(213,159,196); }

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

border-color css

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

 span { border-color: rgb(213,159,196); }

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