Html Css Color HEX #D79FC8 Maverick

📋 copy color: '#D79FC8'

red 215 ◦ green 159 ◦ blue 200

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

Shades of Maverick #D79FC8

Tints of Maverick #D79FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.84%

R = 37.46%
G = 27.7%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D79FC8 (or 0xD79FC8) is known color: Maverick. HEX triplet: D7, 9F and C8. RGB value is (215,159,200). Sum of RGB (Red+Green+Blue) = 215+159+200=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 159 (62.5% from 255 or 27.70% from 574); Blue value is 200 (78.52% from 255 or 34.84% from 574); Max value from RGB is 215 - color contains mainly: red. Hex color #D79FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D79FC8 is #286037. Grayscale: #B4B4B4. Windows color (decimal): -2646072 or 13148119. OLE color: 13148119.

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

Color convert

RGB 215 159 200 -
CMYK 0 0.26 0.07 0.16
HSL 316.07º 0.41% 0.73% -
HSV(B) 316.07º 0.26% 0.84% -
XYZ 50.85 43.41 60.34 -
YUV 180.42 139.05 152.67 -
System Red Green Blue C M Y K H S L
Decimal 215 159 200 0 0.26 0.07 0.16 316.07 0.41 0.73
Hex D7 9F C8 0 1A 7 10 13C 29 49
Octal 327 237 310 0 32 7 20 474 51 111
Binary 11010111 10011111 11001000 0 11010 111 10000 100111100 101001 1001001

Color Harmonies of #D79FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79FC8

Black with #D79FC8

Text Example


Text Example

White with #D79FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79FC8; }

 p { color: rgb(215,159,200); }

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

background-color css

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

 a { background-color: rgb(215,159,200); }

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

border-color css

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

 span { border-color: rgb(215,159,200); }

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