Html Css Color HEX #DA928D Petite Orchid

📋 copy color: '#DA928D'

red 218 ◦ green 146 ◦ blue 141

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

Shades of Petite Orchid #DA928D

Tints of Petite Orchid #DA928D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.92%

R = 43.17%
G = 28.91%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#DA928D (or 0xDA928D) is known color: Petite Orchid. HEX triplet: DA, 92 and 8D. RGB value is (218,146,141). Sum of RGB (Red+Green+Blue) = 218+146+141=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA928D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA928D is #256D72. Grayscale: #A7A7A7. Windows color (decimal): -2452851 or 9278170. OLE color: 9278170.

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

Color convert

RGB 218 146 141 -
CMYK 0 0.33 0.35 0.15
HSL 3.9º 0.51% 0.7% -
HSV(B) 3.9º 0.35% 0.85% -
XYZ 44 37.39 30.1 -
YUV 166.96 113.35 164.41 -
System Red Green Blue C M Y K H S L
Decimal 218 146 141 0 0.33 0.35 0.15 3.9 0.51 0.7
Hex DA 92 8D 0 21 23 F 4 33 46
Octal 332 222 215 0 41 43 17 4 63 106
Binary 11011010 10010010 10001101 0 100001 100011 1111 100 110011 1000110

Color Harmonies of #DA928D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA928D

Black with #DA928D

Text Example


Text Example

White with #DA928D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA928D; }

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

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

background-color css

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

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

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

border-color css

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

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

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