Html Css Color HEX #D69F9D Petite Orchid

📋 copy color: '#D69F9D'

red 214 ◦ green 159 ◦ blue 157

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

Shades of Petite Orchid #D69F9D

Tints of Petite Orchid #D69F9D

RGB

 RED value IS 214 (83.98% from 255) = 40.38%

 GREEN value IS 159 (62.5% from 255) = 30%

 BLUE value IS 157 (61.72% from 255) = 29.62%

R = 40.38%
G = 30%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D69F9D (or 0xD69F9D) is known color: Petite Orchid. HEX triplet: D6, 9F and 9D. RGB value is (214,159,157). Sum of RGB (Red+Green+Blue) = 214+159+157=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69F9D is #296062. Grayscale: #AFAFAF. Windows color (decimal): -2711651 or 10330070. OLE color: 10330070.

HSL color Cylindrical-coordinate representation of color #D69F9D: hue angle of 2.11º degrees, saturation: 0.41, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D69F9D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 159 157 -
CMYK 0 0.26 0.27 0.16
HSL 2.11º 0.41% 0.73% -
HSV(B) 2.11º 0.27% 0.84% -
XYZ 46.22 41.53 37.48 -
YUV 175.22 117.72 155.66 -
System Red Green Blue C M Y K H S L
Decimal 214 159 157 0 0.26 0.27 0.16 2.11 0.41 0.73
Hex D6 9F 9D 0 1A 1B 10 2 29 49
Octal 326 237 235 0 32 33 20 2 51 111
Binary 11010110 10011111 10011101 0 11010 11011 10000 10 101001 1001001

Color Harmonies of #D69F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69F9D

Black with #D69F9D

Text Example


Text Example

White with #D69F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69F9D; }

 p { color: rgb(214,159,157); }

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

background-color css

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

 a { background-color: rgb(214,159,157); }

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

border-color css

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

 span { border-color: rgb(214,159,157); }

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