Html Css Color HEX #DC948D Petite Orchid

📋 copy color: '#DC948D'

red 220 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #DC948D

Tints of Petite Orchid #DC948D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.08%

 BLUE value IS 141 (55.47% from 255) = 27.7%

R = 43.22%
G = 29.08%
B = 27.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC948D (or 0xDC948D) is known color: Petite Orchid. HEX triplet: DC, 94 and 8D. RGB value is (220,148,141). Sum of RGB (Red+Green+Blue) = 220+148+141=509 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.22% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948D is #236B72. Grayscale: #A8A8A8. Windows color (decimal): -2321267 or 9278684. OLE color: 9278684.

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

Color convert

RGB 220 148 141 -
CMYK 0 0.33 0.36 0.14
HSL 5.32º 0.53% 0.71% -
HSV(B) 5.32º 0.36% 0.86% -
XYZ 44.91 38.32 30.23 -
YUV 168.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 220 148 141 0 0.33 0.36 0.14 5.32 0.53 0.71
Hex DC 94 8D 0 21 24 E 5 35 47
Octal 334 224 215 0 41 44 16 5 65 107
Binary 11011100 10010100 10001101 0 100001 100100 1110 101 110101 1000111

Color Harmonies of #DC948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC948D

Black with #DC948D

Text Example


Text Example

White with #DC948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC948D; }

 p { color: rgb(220,148,141); }

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

background-color css

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

 a { background-color: rgb(220,148,141); }

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

border-color css

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

 span { border-color: rgb(220,148,141); }

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