Html Css Color HEX #DC958F Petite Orchid

📋 copy color: '#DC958F'

red 220 ◦ green 149 ◦ blue 143

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

Shades of Petite Orchid #DC958F

Tints of Petite Orchid #DC958F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.1%

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

R = 42.97%
G = 29.1%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC958F (or 0xDC958F) is known color: Petite Orchid. HEX triplet: DC, 95 and 8F. RGB value is (220,149,143). Sum of RGB (Red+Green+Blue) = 220+149+143=512 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.97% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 220 - color contains mainly: red. Hex color #DC958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC958F is #236A70. Grayscale: #A9A9A9. Windows color (decimal): -2321009 or 9410012. OLE color: 9410012.

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

Color convert

RGB 220 149 143 -
CMYK 0 0.32 0.35 0.14
HSL 4.68º 0.52% 0.71% -
HSV(B) 4.68º 0.35% 0.86% -
XYZ 45.22 38.69 31.07 -
YUV 169.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 220 149 143 0 0.32 0.35 0.14 4.68 0.52 0.71
Hex DC 95 8F 0 20 23 E 5 34 47
Octal 334 225 217 0 40 43 16 5 64 107
Binary 11011100 10010101 10001111 0 100000 100011 1110 101 110100 1000111

Color Harmonies of #DC958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC958F

Black with #DC958F

Text Example


Text Example

White with #DC958F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC958F; }

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

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

background-color css

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

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

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

border-color css

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

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

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