Html Css Color HEX #D2948F Petite Orchid

📋 copy color: '#D2948F'

red 210 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #D2948F

Tints of Petite Orchid #D2948F

RGB

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

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

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

R = 41.92%
G = 29.54%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2948F (or 0xD2948F) is known color: Petite Orchid. HEX triplet: D2, 94 and 8F. RGB value is (210,148,143). Sum of RGB (Red+Green+Blue) = 210+148+143=501 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.92% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 143 (56.25% from 255 or 28.54% from 501); Max value from RGB is 210 - color contains mainly: red. Hex color #D2948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2948F is #2D6B70. Grayscale: #A6A6A6. Windows color (decimal): -2976625 or 9409746. OLE color: 9409746.

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

Color convert

RGB 210 148 143 -
CMYK 0 0.30 0.32 0.18
HSL 4.48º 0.43% 0.69% -
HSV(B) 4.48º 0.32% 0.82% -
XYZ 42.13 36.86 30.88 -
YUV 165.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 210 148 143 0 0.30 0.32 0.18 4.48 0.43 0.69
Hex D2 94 8F 0 1E 20 12 4 2B 45
Octal 322 224 217 0 36 40 22 4 53 105
Binary 11010010 10010100 10001111 0 11110 100000 10010 100 101011 1000101

Color Harmonies of #D2948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2948F

Black with #D2948F

Text Example


Text Example

White with #D2948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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