Html Css Color HEX #DDA5CB Maverick

📋 copy color: '#DDA5CB'

red 221 ◦ green 165 ◦ blue 203

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

Shades of Maverick #DDA5CB

Tints of Maverick #DDA5CB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.01%

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 37.52%
G = 28.01%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DDA5CB (or 0xDDA5CB) is known color: Maverick. HEX triplet: DD, A5 and CB. RGB value is (221,165,203). Sum of RGB (Red+Green+Blue) = 221+165+203=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 165 (64.84% from 255 or 28.01% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA5CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDA5CB is #225A34. Grayscale: #B9B9B9. Windows color (decimal): -2251317 or 13346269. OLE color: 13346269.

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

Color convert

RGB 221 165 203 -
CMYK 0 0.25 0.08 0.13
HSL 319.29º 0.45% 0.76% -
HSV(B) 319.29º 0.25% 0.87% -
XYZ 54.05 46.59 62.64 -
YUV 186.08 137.55 152.91 -
System Red Green Blue C M Y K H S L
Decimal 221 165 203 0 0.25 0.08 0.13 319.29 0.45 0.76
Hex DD A5 CB 0 19 8 D 13F 2D 4C
Octal 335 245 313 0 31 10 15 477 55 114
Binary 11011101 10100101 11001011 0 11001 1000 1101 100111111 101101 1001100

Color Harmonies of #DDA5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA5CB

Black with #DDA5CB

Text Example


Text Example

White with #DDA5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA5CB; }

 p { color: rgb(221,165,203); }

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

background-color css

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

 a { background-color: rgb(221,165,203); }

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

border-color css

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

 span { border-color: rgb(221,165,203); }

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