Html Css Color HEX #D69DC7 Maverick

📋 copy color: '#D69DC7'

red 214 ◦ green 157 ◦ blue 199

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

Shades of Maverick #D69DC7

Tints of Maverick #D69DC7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 27.54%

 BLUE value IS 199 (78.13% from 255) = 34.91%

R = 37.54%
G = 27.54%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.16

RGB Variations

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

Color information

#D69DC7 (or 0xD69DC7) is known color: Maverick. HEX triplet: D6, 9D and C7. RGB value is (214,157,199). Sum of RGB (Red+Green+Blue) = 214+157+199=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 199 (78.12% from 255 or 34.91% from 570); Max value from RGB is 214 - color contains mainly: red. Hex color #D69DC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69DC7 is #296238. Grayscale: #B2B2B2. Windows color (decimal): -2712121 or 13082070. OLE color: 13082070.

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

Color convert

RGB 214 157 199 -
CMYK 0 0.27 0.07 0.16
HSL 315.79º 0.41% 0.73% -
HSV(B) 315.79º 0.27% 0.84% -
XYZ 50.1 42.53 59.6 -
YUV 178.83 139.38 153.08 -
System Red Green Blue C M Y K H S L
Decimal 214 157 199 0 0.27 0.07 0.16 315.79 0.41 0.73
Hex D6 9D C7 0 1B 7 10 13C 29 49
Octal 326 235 307 0 33 7 20 474 51 111
Binary 11010110 10011101 11000111 0 11011 111 10000 100111100 101001 1001001

Color Harmonies of #D69DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69DC7

Black with #D69DC7

Text Example


Text Example

White with #D69DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69DC7; }

 p { color: rgb(214,157,199); }

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

background-color css

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

 a { background-color: rgb(214,157,199); }

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

border-color css

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

 span { border-color: rgb(214,157,199); }

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