Html Css Color HEX #DA9993 Petite Orchid

📋 copy color: '#DA9993'

red 218 ◦ green 153 ◦ blue 147

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

Shades of Petite Orchid #DA9993

Tints of Petite Orchid #DA9993

RGB

 RED value IS 218 (85.55% from 255) = 42.08%

 GREEN value IS 153 (60.16% from 255) = 29.54%

 BLUE value IS 147 (57.81% from 255) = 28.38%

R = 42.08%
G = 29.54%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DA9993 (or 0xDA9993) is known color: Petite Orchid. HEX triplet: DA, 99 and 93. RGB value is (218,153,147). Sum of RGB (Red+Green+Blue) = 218+153+147=518 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.08% from 518); Green value is 153 (60.16% from 255 or 29.54% from 518); Blue value is 147 (57.81% from 255 or 28.38% from 518); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9993 is #25666C. Grayscale: #ABABAB. Windows color (decimal): -2451053 or 9673178. OLE color: 9673178.

HSL color Cylindrical-coordinate representation of color #DA9993: hue angle of 5.07º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DA9993 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 153 147 -
CMYK 0 0.30 0.33 0.15
HSL 5.07º 0.49% 0.72% -
HSV(B) 5.07º 0.33% 0.85% -
XYZ 45.57 39.79 32.88 -
YUV 171.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 218 153 147 0 0.30 0.33 0.15 5.07 0.49 0.72
Hex DA 99 93 0 1E 21 F 5 31 48
Octal 332 231 223 0 36 41 17 5 61 110
Binary 11011010 10011001 10010011 0 11110 100001 1111 101 110001 1001000

Color Harmonies of #DA9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9993

Black with #DA9993

Text Example


Text Example

White with #DA9993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9993; }

 p { color: rgb(218,153,147); }

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

background-color css

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

 a { background-color: rgb(218,153,147); }

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

border-color css

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

 span { border-color: rgb(218,153,147); }

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