Html Css Color HEX #D0928A Petite Orchid

📋 copy color: '#D0928A'

red 208 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #D0928A

Tints of Petite Orchid #D0928A

RGB

 RED value IS 208 (81.64% from 255) = 42.28%

 GREEN value IS 146 (57.42% from 255) = 29.67%

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

R = 42.28%
G = 29.67%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D0928A (or 0xD0928A) is known color: Petite Orchid. HEX triplet: D0, 92 and 8A. RGB value is (208,146,138). Sum of RGB (Red+Green+Blue) = 208+146+138=492 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.28% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 138 (54.30% from 255 or 28.05% from 492); Max value from RGB is 208 - color contains mainly: red. Hex color #D0928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0928A is #2F6D75. Grayscale: #A3A3A3. Windows color (decimal): -3108214 or 9081552. OLE color: 9081552.

HSL color Cylindrical-coordinate representation of color #D0928A: hue angle of 6.86º degrees, saturation: 0.43, 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 #D0928A is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 146 138 -
CMYK 0 0.30 0.34 0.18
HSL 6.86º 0.43% 0.68% -
HSV(B) 6.86º 0.34% 0.82% -
XYZ 40.88 35.8 28.8 -
YUV 163.63 113.54 159.65 -
System Red Green Blue C M Y K H S L
Decimal 208 146 138 0 0.30 0.34 0.18 6.86 0.43 0.68
Hex D0 92 8A 0 1E 22 12 7 2B 44
Octal 320 222 212 0 36 42 22 7 53 104
Binary 11010000 10010010 10001010 0 11110 100010 10010 111 101011 1000100

Color Harmonies of #D0928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0928A

Black with #D0928A

Text Example


Text Example

White with #D0928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0928A; }

 p { color: rgb(208,146,138); }

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

background-color css

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

 a { background-color: rgb(208,146,138); }

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

border-color css

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

 span { border-color: rgb(208,146,138); }

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