Html Css Color HEX #DA928B Petite Orchid

📋 copy color: '#DA928B'

red 218 ◦ green 146 ◦ blue 139

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

Shades of Petite Orchid #DA928B

Tints of Petite Orchid #DA928B

RGB

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

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

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

R = 43.34%
G = 29.03%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA928B (or 0xDA928B) is known color: Petite Orchid. HEX triplet: DA, 92 and 8B. RGB value is (218,146,139). Sum of RGB (Red+Green+Blue) = 218+146+139=503 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.34% from 503); Green value is 146 (57.42% from 255 or 29.03% from 503); Blue value is 139 (54.69% from 255 or 27.63% from 503); Max value from RGB is 218 - color contains mainly: red. Hex color #DA928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA928B is #256D74. Grayscale: #A6A6A6. Windows color (decimal): -2452853 or 9147098. OLE color: 9147098.

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

Color convert

RGB 218 146 139 -
CMYK 0 0.33 0.36 0.15
HSL 5.32º 0.52% 0.7% -
HSV(B) 5.32º 0.36% 0.85% -
XYZ 43.85 37.33 29.32 -
YUV 166.73 112.35 164.57 -
System Red Green Blue C M Y K H S L
Decimal 218 146 139 0 0.33 0.36 0.15 5.32 0.52 0.7
Hex DA 92 8B 0 21 24 F 5 34 46
Octal 332 222 213 0 41 44 17 5 64 106
Binary 11011010 10010010 10001011 0 100001 100100 1111 101 110100 1000110

Color Harmonies of #DA928B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA928B

Black with #DA928B

Text Example


Text Example

White with #DA928B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA928B; }

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

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

background-color css

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

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

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

border-color css

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

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

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