Html Css Color HEX #D2908F Petite Orchid

📋 copy color: '#D2908F'

red 210 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #D2908F

Tints of Petite Orchid #D2908F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.77%

R = 42.25%
G = 28.97%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2908F (or 0xD2908F) is known color: Petite Orchid. HEX triplet: D2, 90 and 8F. RGB value is (210,144,143). Sum of RGB (Red+Green+Blue) = 210+144+143=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 143 (56.25% from 255 or 28.77% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908F is #2D6F70. Grayscale: #A3A3A3. Windows color (decimal): -2977649 or 9408722. OLE color: 9408722.

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

Color convert

RGB 210 144 143 -
CMYK 0 0.31 0.32 0.18
HSL 0.9º 0.43% 0.69% -
HSV(B) 0.9º 0.32% 0.82% -
XYZ 41.51 35.63 30.68 -
YUV 163.62 116.37 161.08 -
System Red Green Blue C M Y K H S L
Decimal 210 144 143 0 0.31 0.32 0.18 0.9 0.43 0.69
Hex D2 90 8F 0 1F 20 12 1 2B 45
Octal 322 220 217 0 37 40 22 1 53 105
Binary 11010010 10010000 10001111 0 11111 100000 10010 1 101011 1000101

Color Harmonies of #D2908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2908F

Black with #D2908F

Text Example


Text Example

White with #D2908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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