Html Css Color HEX #D2948B Petite Orchid

📋 copy color: '#D2948B'

red 210 ◦ green 148 ◦ blue 139

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

Shades of Petite Orchid #D2948B

Tints of Petite Orchid #D2948B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.78%

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

R = 42.25%
G = 29.78%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D2948B (or 0xD2948B) is known color: Petite Orchid. HEX triplet: D2, 94 and 8B. RGB value is (210,148,139). Sum of RGB (Red+Green+Blue) = 210+148+139=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2948B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2948B is #2D6B74. Grayscale: #A5A5A5. Windows color (decimal): -2976629 or 9147602. OLE color: 9147602.

HSL color Cylindrical-coordinate representation of color #D2948B: hue angle of 7.61º 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 #D2948B is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 148 139 -
CMYK 0 0.30 0.34 0.18
HSL 7.61º 0.44% 0.68% -
HSV(B) 7.61º 0.34% 0.82% -
XYZ 41.83 36.75 29.31 -
YUV 165.51 113.04 159.73 -
System Red Green Blue C M Y K H S L
Decimal 210 148 139 0 0.30 0.34 0.18 7.61 0.44 0.68
Hex D2 94 8B 0 1E 22 12 8 2C 44
Octal 322 224 213 0 36 42 22 10 54 104
Binary 11010010 10010100 10001011 0 11110 100010 10010 1000 101100 1000100

Color Harmonies of #D2948B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2948B

Black with #D2948B

Text Example


Text Example

White with #D2948B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2948B; }

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

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

background-color css

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

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

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

border-color css

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

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

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