Html Css Color HEX #D2918B Petite Orchid

📋 copy color: '#D2918B'

red 210 ◦ green 145 ◦ blue 139

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

Shades of Petite Orchid #D2918B

Tints of Petite Orchid #D2918B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.14%

R = 42.51%
G = 29.35%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2918B (or 0xD2918B) is known color: Petite Orchid. HEX triplet: D2, 91 and 8B. RGB value is (210,145,139). Sum of RGB (Red+Green+Blue) = 210+145+139=494 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.51% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 139 (54.69% from 255 or 28.14% from 494); Max value from RGB is 210 - color contains mainly: red. Hex color #D2918B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2918B is #2D6E74. Grayscale: #A3A3A3. Windows color (decimal): -2977397 or 9146834. OLE color: 9146834.

HSL color Cylindrical-coordinate representation of color #D2918B: hue angle of 5.07º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2918B is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 145 139 -
CMYK 0 0.31 0.34 0.18
HSL 5.07º 0.44% 0.68% -
HSV(B) 5.07º 0.34% 0.82% -
XYZ 41.36 35.82 29.16 -
YUV 163.75 114.03 160.99 -
System Red Green Blue C M Y K H S L
Decimal 210 145 139 0 0.31 0.34 0.18 5.07 0.44 0.68
Hex D2 91 8B 0 1F 22 12 5 2C 44
Octal 322 221 213 0 37 42 22 5 54 104
Binary 11010010 10010001 10001011 0 11111 100010 10010 101 101100 1000100

Color Harmonies of #D2918B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2918B

Black with #D2918B

Text Example


Text Example

White with #D2918B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2918B; }

 p { color: rgb(210,145,139); }

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

background-color css

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

 a { background-color: rgb(210,145,139); }

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

border-color css

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

 span { border-color: rgb(210,145,139); }

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