Html Css Color HEX #D28F8D Petite Orchid

📋 copy color: '#D28F8D'

red 210 ◦ green 143 ◦ blue 141

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

Shades of Petite Orchid #D28F8D

Tints of Petite Orchid #D28F8D

RGB

 RED value IS 210 (82.42% from 255) = 42.51%

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 42.51%
G = 28.95%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D28F8D (or 0xD28F8D) is known color: Petite Orchid. HEX triplet: D2, 8F and 8D. RGB value is (210,143,141). Sum of RGB (Red+Green+Blue) = 210+143+141=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 141 (55.47% from 255 or 28.54% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D28F8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28F8D is #2D7072. Grayscale: #A2A2A2. Windows color (decimal): -2977907 or 9277394. OLE color: 9277394.

HSL color Cylindrical-coordinate representation of color #D28F8D: hue angle of 1.74º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28F8D is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 143 141 -
CMYK 0 0.32 0.33 0.18
HSL 1.74º 0.43% 0.69% -
HSV(B) 1.74º 0.33% 0.82% -
XYZ 41.21 35.27 29.84 -
YUV 162.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 210 143 141 0 0.32 0.33 0.18 1.74 0.43 0.69
Hex D2 8F 8D 0 20 21 12 2 2B 45
Octal 322 217 215 0 40 41 22 2 53 105
Binary 11010010 10001111 10001101 0 100000 100001 10010 10 101011 1000101

Color Harmonies of #D28F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28F8D

Black with #D28F8D

Text Example


Text Example

White with #D28F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28F8D; }

 p { color: rgb(210,143,141); }

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

background-color css

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

 a { background-color: rgb(210,143,141); }

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

border-color css

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

 span { border-color: rgb(210,143,141); }

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