Html Css Color HEX #DA948A Petite Orchid

📋 copy color: '#DA948A'

red 218 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #DA948A

Tints of Petite Orchid #DA948A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 27.38%

R = 43.25%
G = 29.37%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA948A (or 0xDA948A) is known color: Petite Orchid. HEX triplet: DA, 94 and 8A. RGB value is (218,148,138). Sum of RGB (Red+Green+Blue) = 218+148+138=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 148 (58.20% from 255 or 29.37% from 504); Blue value is 138 (54.30% from 255 or 27.38% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA948A is #256B75. Grayscale: #A7A7A7. Windows color (decimal): -2452342 or 9082074. OLE color: 9082074.

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

Color convert

RGB 218 148 138 -
CMYK 0 0.32 0.37 0.15
HSL 7.5º 0.52% 0.7% -
HSV(B) 7.5º 0.37% 0.85% -
XYZ 44.09 37.92 29.04 -
YUV 167.79 111.19 163.81 -
System Red Green Blue C M Y K H S L
Decimal 218 148 138 0 0.32 0.37 0.15 7.5 0.52 0.7
Hex DA 94 8A 0 20 25 F 8 34 46
Octal 332 224 212 0 40 45 17 10 64 106
Binary 11011010 10010100 10001010 0 100000 100101 1111 1000 110100 1000110

Color Harmonies of #DA948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA948A

Black with #DA948A

Text Example


Text Example

White with #DA948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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