Html Css Color HEX #DC948B Petite Orchid

📋 copy color: '#DC948B'

red 220 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #DC948B

Tints of Petite Orchid #DC948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.42%

R = 43.39%
G = 29.19%
B = 27.42%

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

#DC948B (or 0xDC948B) is known color: Petite Orchid. HEX triplet: DC, 94 and 8B. RGB value is (220,148,139). Sum of RGB (Red+Green+Blue) = 220+148+139=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 220 - color contains mainly: red. Hex color #DC948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC948B is #236B74. Grayscale: #A8A8A8. Windows color (decimal): -2321269 or 9147612. OLE color: 9147612.

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

Color convert

RGB 220 148 139 -
CMYK 0 0.33 0.37 0.14
HSL 6.67º 0.54% 0.7% -
HSV(B) 6.67º 0.37% 0.86% -
XYZ 44.77 38.26 29.45 -
YUV 168.5 111.35 164.73 -
System Red Green Blue C M Y K H S L
Decimal 220 148 139 0 0.33 0.37 0.14 6.67 0.54 0.7
Hex DC 94 8B 0 21 25 E 7 36 46
Octal 334 224 213 0 41 45 16 7 66 106
Binary 11011100 10010100 10001011 0 100001 100101 1110 111 110110 1000110

Color Harmonies of #DC948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC948B

Black with #DC948B

Text Example


Text Example

White with #DC948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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