Html Css Color HEX #DA948E Petite Orchid

📋 copy color: '#DA948E'

red 218 ◦ green 148 ◦ blue 142

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

Shades of Petite Orchid #DA948E

Tints of Petite Orchid #DA948E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.95%

R = 42.91%
G = 29.13%
B = 27.95%

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

#DA948E (or 0xDA948E) is known color: Petite Orchid. HEX triplet: DA, 94 and 8E. RGB value is (218,148,142). Sum of RGB (Red+Green+Blue) = 218+148+142=508 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.91% from 508); Green value is 148 (58.20% from 255 or 29.13% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948E is #256B71. Grayscale: #A8A8A8. Windows color (decimal): -2452338 or 9344218. OLE color: 9344218.

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

Color convert

RGB 218 148 142 -
CMYK 0 0.32 0.35 0.15
HSL 4.74º 0.51% 0.71% -
HSV(B) 4.74º 0.35% 0.85% -
XYZ 44.39 38.04 30.59 -
YUV 168.25 113.19 163.49 -
System Red Green Blue C M Y K H S L
Decimal 218 148 142 0 0.32 0.35 0.15 4.74 0.51 0.71
Hex DA 94 8E 0 20 23 F 5 33 47
Octal 332 224 216 0 40 43 17 5 63 107
Binary 11011010 10010100 10001110 0 100000 100011 1111 101 110011 1000111

Color Harmonies of #DA948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948E

Black with #DA948E

Text Example


Text Example

White with #DA948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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