Html Css Color HEX #DC948C Petite Orchid

📋 copy color: '#DC948C'

red 220 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #DC948C

Tints of Petite Orchid #DC948C

RGB

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

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

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

R = 43.31%
G = 29.13%
B = 27.56%

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

#DC948C (or 0xDC948C) is known color: Petite Orchid. HEX triplet: DC, 94 and 8C. RGB value is (220,148,140). Sum of RGB (Red+Green+Blue) = 220+148+140=508 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.31% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948C is #236B73. Grayscale: #A8A8A8. Windows color (decimal): -2321268 or 9213148. OLE color: 9213148.

HSL color Cylindrical-coordinate representation of color #DC948C: hue angle of 6º 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 #DC948C is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 140 -
CMYK 0 0.33 0.36 0.14
HSL 0.53% 0.71% -
HSV(B) 0.36% 0.86% -
XYZ 44.84 38.29 29.84 -
YUV 168.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 220 148 140 0 0.33 0.36 0.14 6 0.53 0.71
Hex DC 94 8C 0 21 24 E 6 35 47
Octal 334 224 214 0 41 44 16 6 65 107
Binary 11011100 10010100 10001100 0 100001 100100 1110 110 110101 1000111

Color Harmonies of #DC948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC948C

Black with #DC948C

Text Example


Text Example

White with #DC948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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