Html Css Color HEX #DA948F Petite Orchid

📋 copy color: '#DA948F'

red 218 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #DA948F

Tints of Petite Orchid #DA948F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 28.09%

R = 42.83%
G = 29.08%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA948F (or 0xDA948F) is known color: Petite Orchid. HEX triplet: DA, 94 and 8F. RGB value is (218,148,143). Sum of RGB (Red+Green+Blue) = 218+148+143=509 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.83% from 509); Green value is 148 (58.20% from 255 or 29.08% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948F is #256B70. Grayscale: #A8A8A8. Windows color (decimal): -2452337 or 9409754. OLE color: 9409754.

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

Color convert

RGB 218 148 143 -
CMYK 0 0.32 0.34 0.15
HSL 0.5% 0.71% -
HSV(B) 0.34% 0.85% -
XYZ 44.46 38.07 30.99 -
YUV 168.36 113.69 163.41 -
System Red Green Blue C M Y K H S L
Decimal 218 148 143 0 0.32 0.34 0.15 4 0.5 0.71
Hex DA 94 8F 0 20 22 F 4 32 47
Octal 332 224 217 0 40 42 17 4 62 107
Binary 11011010 10010100 10001111 0 100000 100010 1111 100 110010 1000111

Color Harmonies of #DA948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948F

Black with #DA948F

Text Example


Text Example

White with #DA948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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