Html Css Color HEX #DA928C Petite Orchid

📋 copy color: '#DA928C'

red 218 ◦ green 146 ◦ blue 140

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

Shades of Petite Orchid #DA928C

Tints of Petite Orchid #DA928C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 27.78%

R = 43.25%
G = 28.97%
B = 27.78%

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

#DA928C (or 0xDA928C) is known color: Petite Orchid. HEX triplet: DA, 92 and 8C. RGB value is (218,146,140). Sum of RGB (Red+Green+Blue) = 218+146+140=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 146 (57.42% from 255 or 28.97% from 504); Blue value is 140 (55.08% from 255 or 27.78% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA928C is #256D73. Grayscale: #A6A6A6. Windows color (decimal): -2452852 or 9212634. OLE color: 9212634.

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

Color convert

RGB 218 146 140 -
CMYK 0 0.33 0.36 0.15
HSL 4.62º 0.51% 0.7% -
HSV(B) 4.62º 0.36% 0.85% -
XYZ 43.93 37.36 29.71 -
YUV 166.84 112.85 164.49 -
System Red Green Blue C M Y K H S L
Decimal 218 146 140 0 0.33 0.36 0.15 4.62 0.51 0.7
Hex DA 92 8C 0 21 24 F 5 33 46
Octal 332 222 214 0 41 44 17 5 63 106
Binary 11011010 10010010 10001100 0 100001 100100 1111 101 110011 1000110

Color Harmonies of #DA928C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA928C

Black with #DA928C

Text Example


Text Example

White with #DA928C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA928C; }

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

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

background-color css

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

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

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

border-color css

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

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

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