Html Css Color HEX #DA928A Petite Orchid

📋 copy color: '#DA928A'

red 218 ◦ green 146 ◦ blue 138

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

Shades of Petite Orchid #DA928A

Tints of Petite Orchid #DA928A

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.08%

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

R = 43.43%
G = 29.08%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#DA928A (or 0xDA928A) is known color: Petite Orchid. HEX triplet: DA, 92 and 8A. RGB value is (218,146,138). Sum of RGB (Red+Green+Blue) = 218+146+138=502 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.43% from 502); Green value is 146 (57.42% from 255 or 29.08% from 502); Blue value is 138 (54.30% from 255 or 27.49% from 502); Max value from RGB is 218 - color contains mainly: red. Hex color #DA928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA928A is #256D75. Grayscale: #A6A6A6. Windows color (decimal): -2452854 or 9081562. OLE color: 9081562.

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

Color convert

RGB 218 146 138 -
CMYK 0 0.33 0.37 0.15
HSL 0.52% 0.7% -
HSV(B) 0.37% 0.85% -
XYZ 43.78 37.3 28.94 -
YUV 166.62 111.85 164.65 -
System Red Green Blue C M Y K H S L
Decimal 218 146 138 0 0.33 0.37 0.15 6 0.52 0.7
Hex DA 92 8A 0 21 25 F 6 34 46
Octal 332 222 212 0 41 45 17 6 64 106
Binary 11011010 10010010 10001010 0 100001 100101 1111 110 110100 1000110

Color Harmonies of #DA928A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA928A

Black with #DA928A

Text Example


Text Example

White with #DA928A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA928A; }

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

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

background-color css

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

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

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

border-color css

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

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

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