Html Css Color HEX #DA948C Petite Orchid

📋 copy color: '#DA948C'

red 218 ◦ green 148 ◦ blue 140

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

Shades of Petite Orchid #DA948C

Tints of Petite Orchid #DA948C

RGB

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

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

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

R = 43.08%
G = 29.25%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA948C (or 0xDA948C) is known color: Petite Orchid. HEX triplet: DA, 94 and 8C. RGB value is (218,148,140). Sum of RGB (Red+Green+Blue) = 218+148+140=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 148 (58.20% from 255 or 29.25% from 506); Blue value is 140 (55.08% from 255 or 27.67% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948C is #256B73. Grayscale: #A8A8A8. Windows color (decimal): -2452340 or 9213146. OLE color: 9213146.

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

Color convert

RGB 218 148 140 -
CMYK 0 0.32 0.36 0.15
HSL 6.15º 0.51% 0.7% -
HSV(B) 6.15º 0.36% 0.85% -
XYZ 44.24 37.98 29.81 -
YUV 168.02 112.19 163.65 -
System Red Green Blue C M Y K H S L
Decimal 218 148 140 0 0.32 0.36 0.15 6.15 0.51 0.7
Hex DA 94 8C 0 20 24 F 6 33 46
Octal 332 224 214 0 40 44 17 6 63 106
Binary 11011010 10010100 10001100 0 100000 100100 1111 110 110011 1000110

Color Harmonies of #DA948C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948C

Black with #DA948C

Text Example


Text Example

White with #DA948C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948C; }

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

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

background-color css

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

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

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

border-color css

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

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

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