Html Css Color HEX #D48F8A Petite Orchid

📋 copy color: '#D48F8A'

red 212 ◦ green 143 ◦ blue 138

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

Shades of Petite Orchid #D48F8A

Tints of Petite Orchid #D48F8A

RGB

 RED value IS 212 (83.2% from 255) = 43%

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

 BLUE value IS 138 (54.3% from 255) = 27.99%

R = 43%
G = 29.01%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D48F8A (or 0xD48F8A) is known color: Petite Orchid. HEX triplet: D4, 8F and 8A. RGB value is (212,143,138). Sum of RGB (Red+Green+Blue) = 212+143+138=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D48F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48F8A is #2B7075. Grayscale: #A3A3A3. Windows color (decimal): -2846838 or 9080788. OLE color: 9080788.

HSL color Cylindrical-coordinate representation of color #D48F8A: hue angle of 4.05º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48F8A is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 143 138 -
CMYK 0 0.33 0.35 0.17
HSL 4.05º 0.46% 0.69% -
HSV(B) 4.05º 0.35% 0.83% -
XYZ 41.56 35.48 28.7 -
YUV 163.06 113.86 162.91 -
System Red Green Blue C M Y K H S L
Decimal 212 143 138 0 0.33 0.35 0.17 4.05 0.46 0.69
Hex D4 8F 8A 0 21 23 11 4 2E 45
Octal 324 217 212 0 41 43 21 4 56 105
Binary 11010100 10001111 10001010 0 100001 100011 10001 100 101110 1000101

Color Harmonies of #D48F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48F8A

Black with #D48F8A

Text Example


Text Example

White with #D48F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48F8A; }

 p { color: rgb(212,143,138); }

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

background-color css

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

 a { background-color: rgb(212,143,138); }

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

border-color css

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

 span { border-color: rgb(212,143,138); }

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