Html Css Color HEX #D29CC3 Maverick

📋 copy color: '#D29CC3'

red 210 ◦ green 156 ◦ blue 195

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

Shades of Maverick #D29CC3

Tints of Maverick #D29CC3

RGB

 RED value IS 210 (82.42% from 255) = 37.43%

 GREEN value IS 156 (61.33% from 255) = 27.81%

 BLUE value IS 195 (76.56% from 255) = 34.76%

R = 37.43%
G = 27.81%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.18

RGB Variations

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

Color information

#D29CC3 (or 0xD29CC3) is known color: Maverick. HEX triplet: D2, 9C and C3. RGB value is (210,156,195). Sum of RGB (Red+Green+Blue) = 210+156+195=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 156 (61.33% from 255 or 27.81% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D29CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29CC3 is #2D633C. Grayscale: #B0B0B0. Windows color (decimal): -2974525 or 12819666. OLE color: 12819666.

HSL color Cylindrical-coordinate representation of color #D29CC3: hue angle of 316.67º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D29CC3 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 156 195 -
CMYK 0 0.26 0.07 0.18
HSL 316.67º 0.38% 0.72% -
HSV(B) 316.67º 0.26% 0.82% -
XYZ 48.32 41.42 57.08 -
YUV 176.59 138.39 151.83 -
System Red Green Blue C M Y K H S L
Decimal 210 156 195 0 0.26 0.07 0.18 316.67 0.38 0.72
Hex D2 9C C3 0 1A 7 12 13D 26 48
Octal 322 234 303 0 32 7 22 475 46 110
Binary 11010010 10011100 11000011 0 11010 111 10010 100111101 100110 1001000

Color Harmonies of #D29CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29CC3

Black with #D29CC3

Text Example


Text Example

White with #D29CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29CC3; }

 p { color: rgb(210,156,195); }

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

background-color css

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

 a { background-color: rgb(210,156,195); }

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

border-color css

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

 span { border-color: rgb(210,156,195); }

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