Html Css Color HEX #DA918F Petite Orchid

📋 copy color: '#DA918F'

red 218 ◦ green 145 ◦ blue 143

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

Shades of Petite Orchid #DA918F

Tints of Petite Orchid #DA918F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.66%

 BLUE value IS 143 (56.25% from 255) = 28.26%

R = 43.08%
G = 28.66%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA918F (or 0xDA918F) is known color: Petite Orchid. HEX triplet: DA, 91 and 8F. RGB value is (218,145,143). Sum of RGB (Red+Green+Blue) = 218+145+143=506 (67% of max value = 765). Red value is 218 (85.55% from 255 or 43.08% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 143 (56.25% from 255 or 28.26% from 506); Max value from RGB is 218 - color contains mainly: red. Hex color #DA918F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA918F is #256E70. Grayscale: #A6A6A6. Windows color (decimal): -2453105 or 9408986. OLE color: 9408986.

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

Color convert

RGB 218 145 143 -
CMYK 0 0.33 0.34 0.15
HSL 1.6º 0.5% 0.71% -
HSV(B) 1.6º 0.34% 0.85% -
XYZ 44 37.14 30.84 -
YUV 166.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 218 145 143 0 0.33 0.34 0.15 1.6 0.5 0.71
Hex DA 91 8F 0 21 22 F 2 32 47
Octal 332 221 217 0 41 42 17 2 62 107
Binary 11011010 10010001 10001111 0 100001 100010 1111 10 110010 1000111

Color Harmonies of #DA918F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA918F

Black with #DA918F

Text Example


Text Example

White with #DA918F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA918F; }

 p { color: rgb(218,145,143); }

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

background-color css

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

 a { background-color: rgb(218,145,143); }

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

border-color css

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

 span { border-color: rgb(218,145,143); }

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