Html Css Color HEX #D699C5 Maverick

📋 copy color: '#D699C5'

red 214 ◦ green 153 ◦ blue 197

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

Shades of Maverick #D699C5

Tints of Maverick #D699C5

RGB

 RED value IS 214 (83.98% from 255) = 37.94%

 GREEN value IS 153 (60.16% from 255) = 27.13%

 BLUE value IS 197 (77.34% from 255) = 34.93%

R = 37.94%
G = 27.13%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D699C5 (or 0xD699C5) is known color: Maverick. HEX triplet: D6, 99 and C5. RGB value is (214,153,197). Sum of RGB (Red+Green+Blue) = 214+153+197=564 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.94% from 564); Green value is 153 (60.16% from 255 or 27.13% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 214 - color contains mainly: red. Hex color #D699C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D699C5 is #29663A. Grayscale: #B0B0B0. Windows color (decimal): -2713147 or 12949974. OLE color: 12949974.

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

Color convert

RGB 214 153 197 -
CMYK 0 0.29 0.08 0.16
HSL 316.72º 0.43% 0.72% -
HSV(B) 316.72º 0.29% 0.84% -
XYZ 49.2 41.11 58.17 -
YUV 176.26 139.71 154.92 -
System Red Green Blue C M Y K H S L
Decimal 214 153 197 0 0.29 0.08 0.16 316.72 0.43 0.72
Hex D6 99 C5 0 1D 8 10 13D 2B 48
Octal 326 231 305 0 35 10 20 475 53 110
Binary 11010110 10011001 11000101 0 11101 1000 10000 100111101 101011 1001000

Color Harmonies of #D699C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D699C5

Black with #D699C5

Text Example


Text Example

White with #D699C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D699C5; }

 p { color: rgb(214,153,197); }

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

background-color css

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

 a { background-color: rgb(214,153,197); }

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

border-color css

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

 span { border-color: rgb(214,153,197); }

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