Html Css Color HEX #DA948B Petite Orchid

📋 copy color: '#DA948B'

red 218 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #DA948B

Tints of Petite Orchid #DA948B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.52%

R = 43.17%
G = 29.31%
B = 27.52%

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

#DA948B (or 0xDA948B) is known color: Petite Orchid. HEX triplet: DA, 94 and 8B. RGB value is (218,148,139). Sum of RGB (Red+Green+Blue) = 218+148+139=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948B is #256B74. Grayscale: #A8A8A8. Windows color (decimal): -2452341 or 9147610. OLE color: 9147610.

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

Color convert

RGB 218 148 139 -
CMYK 0 0.32 0.36 0.15
HSL 6.84º 0.52% 0.7% -
HSV(B) 6.84º 0.36% 0.85% -
XYZ 44.16 37.95 29.42 -
YUV 167.9 111.69 163.73 -
System Red Green Blue C M Y K H S L
Decimal 218 148 139 0 0.32 0.36 0.15 6.84 0.52 0.7
Hex DA 94 8B 0 20 24 F 7 34 46
Octal 332 224 213 0 40 44 17 7 64 106
Binary 11011010 10010100 10001011 0 100000 100100 1111 111 110100 1000110

Color Harmonies of #DA948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948B

Black with #DA948B

Text Example


Text Example

White with #DA948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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