Html Css Color HEX #DC908F Petite Orchid

📋 copy color: '#DC908F'

red 220 ◦ green 144 ◦ blue 143

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

Shades of Petite Orchid #DC908F

Tints of Petite Orchid #DC908F

RGB

 RED value IS 220 (86.33% from 255) = 43.39%

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

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

R = 43.39%
G = 28.4%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC908F (or 0xDC908F) is known color: Petite Orchid. HEX triplet: DC, 90 and 8F. RGB value is (220,144,143). Sum of RGB (Red+Green+Blue) = 220+144+143=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC908F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC908F is #236F70. Grayscale: #A6A6A6. Windows color (decimal): -2322289 or 9408732. OLE color: 9408732.

HSL color Cylindrical-coordinate representation of color #DC908F: hue angle of 0.78º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC908F is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 144 143 -
CMYK 0 0.35 0.35 0.14
HSL 0.78º 0.52% 0.71% -
HSV(B) 0.78º 0.35% 0.86% -
XYZ 44.45 37.15 30.81 -
YUV 166.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 220 144 143 0 0.35 0.35 0.14 0.78 0.52 0.71
Hex DC 90 8F 0 23 23 E 1 34 47
Octal 334 220 217 0 43 43 16 1 64 107
Binary 11011100 10010000 10001111 0 100011 100011 1110 1 110100 1000111

Color Harmonies of #DC908F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC908F

Black with #DC908F

Text Example


Text Example

White with #DC908F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC908F; }

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

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

background-color css

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

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

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

border-color css

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

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

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