Html Css Color HEX #DDA9CA Maverick

📋 copy color: '#DDA9CA'

red 221 ◦ green 169 ◦ blue 202

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

Shades of Maverick #DDA9CA

Tints of Maverick #DDA9CA

RGB

 RED value IS 221 (86.72% from 255) = 37.33%

 GREEN value IS 169 (66.41% from 255) = 28.55%

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 37.33%
G = 28.55%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DDA9CA (or 0xDDA9CA) is known color: Maverick. HEX triplet: DD, A9 and CA. RGB value is (221,169,202). Sum of RGB (Red+Green+Blue) = 221+169+202=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA9CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA9CA is #225635. Grayscale: #BCBCBC. Windows color (decimal): -2250294 or 13281757. OLE color: 13281757.

HSL color Cylindrical-coordinate representation of color #DDA9CA: hue angle of 321.92º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DDA9CA is Cyan = 0, Magento = 0.24, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 169 202 -
CMYK 0 0.24 0.09 0.13
HSL 321.92º 0.43% 0.76% -
HSV(B) 321.92º 0.24% 0.87% -
XYZ 54.67 48.01 62.26 -
YUV 188.31 135.73 151.32 -
System Red Green Blue C M Y K H S L
Decimal 221 169 202 0 0.24 0.09 0.13 321.92 0.43 0.76
Hex DD A9 CA 0 18 9 D 142 2B 4C
Octal 335 251 312 0 30 11 15 502 53 114
Binary 11011101 10101001 11001010 0 11000 1001 1101 101000010 101011 1001100

Color Harmonies of #DDA9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA9CA

Black with #DDA9CA

Text Example


Text Example

White with #DDA9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA9CA; }

 p { color: rgb(221,169,202); }

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

background-color css

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

 a { background-color: rgb(221,169,202); }

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

border-color css

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

 span { border-color: rgb(221,169,202); }

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