Html Css Color HEX #D29A98 Petite Orchid

📋 copy color: '#D29A98'

red 210 ◦ green 154 ◦ blue 152

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

Shades of Petite Orchid #D29A98

Tints of Petite Orchid #D29A98

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

 BLUE value IS 152 (59.77% from 255) = 29.46%

R = 40.7%
G = 29.84%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D29A98 (or 0xD29A98) is known color: Petite Orchid. HEX triplet: D2, 9A and 98. RGB value is (210,154,152). Sum of RGB (Red+Green+Blue) = 210+154+152=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 152 (59.77% from 255 or 29.46% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D29A98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29A98 is #2D6567. Grayscale: #AAAAAA. Windows color (decimal): -2975080 or 10001106. OLE color: 10001106.

HSL color Cylindrical-coordinate representation of color #D29A98: hue angle of 2.07º degrees, saturation: 0.39, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D29A98 is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 154 152 -
CMYK 0 0.27 0.28 0.18
HSL 2.07º 0.39% 0.71% -
HSV(B) 2.07º 0.28% 0.82% -
XYZ 43.8 39.08 34.94 -
YUV 170.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 210 154 152 0 0.27 0.28 0.18 2.07 0.39 0.71
Hex D2 9A 98 0 1B 1C 12 2 27 47
Octal 322 232 230 0 33 34 22 2 47 107
Binary 11010010 10011010 10011000 0 11011 11100 10010 10 100111 1000111

Color Harmonies of #D29A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29A98

Black with #D29A98

Text Example


Text Example

White with #D29A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29A98; }

 p { color: rgb(210,154,152); }

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

background-color css

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

 a { background-color: rgb(210,154,152); }

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

border-color css

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

 span { border-color: rgb(210,154,152); }

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