Html Css Color HEX #DA948D Petite Orchid

📋 copy color: '#DA948D'

red 218 ◦ green 148 ◦ blue 141

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

Shades of Petite Orchid #DA948D

Tints of Petite Orchid #DA948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.81%

R = 43%
G = 29.19%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA948D (or 0xDA948D) is known color: Petite Orchid. HEX triplet: DA, 94 and 8D. RGB value is (218,148,141). Sum of RGB (Red+Green+Blue) = 218+148+141=507 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.00% from 507); Green value is 148 (58.20% from 255 or 29.19% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948D is #256B72. Grayscale: #A8A8A8. Windows color (decimal): -2452339 or 9278682. OLE color: 9278682.

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

Color convert

RGB 218 148 141 -
CMYK 0 0.32 0.35 0.15
HSL 5.45º 0.51% 0.7% -
HSV(B) 5.45º 0.35% 0.85% -
XYZ 44.31 38.01 30.2 -
YUV 168.13 112.69 163.57 -
System Red Green Blue C M Y K H S L
Decimal 218 148 141 0 0.32 0.35 0.15 5.45 0.51 0.7
Hex DA 94 8D 0 20 23 F 5 33 46
Octal 332 224 215 0 40 43 17 5 63 106
Binary 11011010 10010100 10001101 0 100000 100011 1111 101 110011 1000110

Color Harmonies of #DA948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948D

Black with #DA948D

Text Example


Text Example

White with #DA948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948D; }

 p { color: rgb(218,148,141); }

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

background-color css

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

 a { background-color: rgb(218,148,141); }

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

border-color css

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

 span { border-color: rgb(218,148,141); }

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