Html Css Color HEX #DA928E Petite Orchid

📋 copy color: '#DA928E'

red 218 ◦ green 146 ◦ blue 142

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

Shades of Petite Orchid #DA928E

Tints of Petite Orchid #DA928E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 43.08%
G = 28.85%
B = 28.06%

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

#DA928E (or 0xDA928E) is known color: Petite Orchid. HEX triplet: DA, 92 and 8E. RGB value is (218,146,142). Sum of RGB (Red+Green+Blue) = 218+146+142=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA928E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA928E is #256D71. Grayscale: #A7A7A7. Windows color (decimal): -2452850 or 9343706. OLE color: 9343706.

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

Color convert

RGB 218 146 142 -
CMYK 0 0.33 0.35 0.15
HSL 3.16º 0.51% 0.71% -
HSV(B) 3.16º 0.35% 0.85% -
XYZ 44.07 37.42 30.49 -
YUV 167.07 113.85 164.33 -
System Red Green Blue C M Y K H S L
Decimal 218 146 142 0 0.33 0.35 0.15 3.16 0.51 0.71
Hex DA 92 8E 0 21 23 F 3 33 47
Octal 332 222 216 0 41 43 17 3 63 107
Binary 11011010 10010010 10001110 0 100001 100011 1111 11 110011 1000111

Color Harmonies of #DA928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA928E

Black with #DA928E

Text Example


Text Example

White with #DA928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA928E; }

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

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

background-color css

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

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

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

border-color css

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

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

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