Html Css Color HEX #DA968C Petite Orchid

📋 copy color: '#DA968C'

red 218 ◦ green 150 ◦ blue 140

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

Shades of Petite Orchid #DA968C

Tints of Petite Orchid #DA968C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.53%

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

R = 42.91%
G = 29.53%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA968C (or 0xDA968C) is known color: Petite Orchid. HEX triplet: DA, 96 and 8C. RGB value is (218,150,140). Sum of RGB (Red+Green+Blue) = 218+150+140=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 150 (58.98% from 255 or 29.53% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA968C is #256973. Grayscale: #A9A9A9. Windows color (decimal): -2451828 or 9213658. OLE color: 9213658.

HSL color Cylindrical-coordinate representation of color #DA968C: hue angle of 7.69º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DA968C is Cyan = 0, Magento = 0.31, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 140 -
CMYK 0 0.31 0.36 0.15
HSL 7.69º 0.51% 0.7% -
HSV(B) 7.69º 0.36% 0.85% -
XYZ 44.55 38.61 29.92 -
YUV 169.19 111.53 162.81 -
System Red Green Blue C M Y K H S L
Decimal 218 150 140 0 0.31 0.36 0.15 7.69 0.51 0.7
Hex DA 96 8C 0 1F 24 F 8 33 46
Octal 332 226 214 0 37 44 17 10 63 106
Binary 11011010 10010110 10001100 0 11111 100100 1111 1000 110011 1000110

Color Harmonies of #DA968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA968C

Black with #DA968C

Text Example


Text Example

White with #DA968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA968C; }

 p { color: rgb(218,150,140); }

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

background-color css

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

 a { background-color: rgb(218,150,140); }

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

border-color css

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

 span { border-color: rgb(218,150,140); }

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