Html Css Color HEX #D2908A Petite Orchid

📋 copy color: '#D2908A'

red 210 ◦ green 144 ◦ blue 138

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

Shades of Petite Orchid #D2908A

Tints of Petite Orchid #D2908A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.27%

 BLUE value IS 138 (54.3% from 255) = 28.05%

R = 42.68%
G = 29.27%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2908A (or 0xD2908A) is known color: Petite Orchid. HEX triplet: D2, 90 and 8A. RGB value is (210,144,138). Sum of RGB (Red+Green+Blue) = 210+144+138=492 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.68% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908A is #2D6F75. Grayscale: #A3A3A3. Windows color (decimal): -2977654 or 9081042. OLE color: 9081042.

HSL color Cylindrical-coordinate representation of color #D2908A: hue angle of 5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2908A is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 138 -
CMYK 0 0.31 0.34 0.18
HSL 0.44% 0.68% -
HSV(B) 0.34% 0.82% -
XYZ 41.14 35.48 28.73 -
YUV 163.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 210 144 138 0 0.31 0.34 0.18 5 0.44 0.68
Hex D2 90 8A 0 1F 22 12 5 2C 44
Octal 322 220 212 0 37 42 22 5 54 104
Binary 11010010 10010000 10001010 0 11111 100010 10010 101 101100 1000100

Color Harmonies of #D2908A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2908A

Black with #D2908A

Text Example


Text Example

White with #D2908A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2908A; }

 p { color: rgb(210,144,138); }

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

background-color css

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

 a { background-color: rgb(210,144,138); }

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

border-color css

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

 span { border-color: rgb(210,144,138); }

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