Html Css Color HEX #D2908C Petite Orchid

📋 copy color: '#D2908C'

red 210 ◦ green 144 ◦ blue 140

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

Shades of Petite Orchid #D2908C

Tints of Petite Orchid #D2908C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 42.51%
G = 29.15%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D2908C (or 0xD2908C) is known color: Petite Orchid. HEX triplet: D2, 90 and 8C. RGB value is (210,144,140). Sum of RGB (Red+Green+Blue) = 210+144+140=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2908C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2908C is #2D6F73. Grayscale: #A3A3A3. Windows color (decimal): -2977652 or 9212114. OLE color: 9212114.

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

Color convert

RGB 210 144 140 -
CMYK 0 0.31 0.33 0.18
HSL 3.43º 0.44% 0.69% -
HSV(B) 3.43º 0.33% 0.82% -
XYZ 41.29 35.54 29.5 -
YUV 163.28 114.87 161.33 -
System Red Green Blue C M Y K H S L
Decimal 210 144 140 0 0.31 0.33 0.18 3.43 0.44 0.69
Hex D2 90 8C 0 1F 21 12 3 2C 45
Octal 322 220 214 0 37 41 22 3 54 105
Binary 11010010 10010000 10001100 0 11111 100001 10010 11 101100 1000101

Color Harmonies of #D2908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2908C

Black with #D2908C

Text Example


Text Example

White with #D2908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2908C; }

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

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

background-color css

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

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

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

border-color css

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

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

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