Html Css Color HEX #DC938A Petite Orchid

📋 copy color: '#DC938A'

red 220 ◦ green 147 ◦ blue 138

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

Shades of Petite Orchid #DC938A

Tints of Petite Orchid #DC938A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.11%

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

R = 43.56%
G = 29.11%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC938A (or 0xDC938A) is known color: Petite Orchid. HEX triplet: DC, 93 and 8A. RGB value is (220,147,138). Sum of RGB (Red+Green+Blue) = 220+147+138=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 147 (57.81% from 255 or 29.11% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC938A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC938A is #236C75. Grayscale: #A7A7A7. Windows color (decimal): -2321526 or 9081820. OLE color: 9081820.

HSL color Cylindrical-coordinate representation of color #DC938A: hue angle of 6.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC938A is Cyan = 0, Magento = 0.33, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 147 138 -
CMYK 0 0.33 0.37 0.14
HSL 6.59º 0.54% 0.7% -
HSV(B) 6.59º 0.37% 0.86% -
XYZ 44.54 37.92 29.02 -
YUV 167.8 111.18 165.23 -
System Red Green Blue C M Y K H S L
Decimal 220 147 138 0 0.33 0.37 0.14 6.59 0.54 0.7
Hex DC 93 8A 0 21 25 E 7 36 46
Octal 334 223 212 0 41 45 16 7 66 106
Binary 11011100 10010011 10001010 0 100001 100101 1110 111 110110 1000110

Color Harmonies of #DC938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC938A

Black with #DC938A

Text Example


Text Example

White with #DC938A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC938A; }

 p { color: rgb(220,147,138); }

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

background-color css

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

 a { background-color: rgb(220,147,138); }

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

border-color css

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

 span { border-color: rgb(220,147,138); }

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