Html Css Color HEX #D4948A Petite Orchid

📋 copy color: '#D4948A'

red 212 ◦ green 148 ◦ blue 138

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

Shades of Petite Orchid #D4948A

Tints of Petite Orchid #D4948A

RGB

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

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

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

R = 42.57%
G = 29.72%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4948A (or 0xD4948A) is known color: Petite Orchid. HEX triplet: D4, 94 and 8A. RGB value is (212,148,138). Sum of RGB (Red+Green+Blue) = 212+148+138=498 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.57% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 212 - color contains mainly: red. Hex color #D4948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4948A is #2B6B75. Grayscale: #A6A6A6. Windows color (decimal): -2845558 or 9082068. OLE color: 9082068.

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

Color convert

RGB 212 148 138 -
CMYK 0 0.30 0.35 0.17
HSL 8.11º 0.46% 0.69% -
HSV(B) 8.11º 0.35% 0.83% -
XYZ 42.33 37.01 28.96 -
YUV 166 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 212 148 138 0 0.30 0.35 0.17 8.11 0.46 0.69
Hex D4 94 8A 0 1E 23 11 8 2E 45
Octal 324 224 212 0 36 43 21 10 56 105
Binary 11010100 10010100 10001010 0 11110 100011 10001 1000 101110 1000101

Color Harmonies of #D4948A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4948A

Black with #D4948A

Text Example


Text Example

White with #D4948A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4948A; }

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

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

background-color css

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

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

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

border-color css

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

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

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