Html Css Color HEX #DD948F Petite Orchid

📋 copy color: '#DD948F'

red 221 ◦ green 148 ◦ blue 143

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

Shades of Petite Orchid #DD948F

Tints of Petite Orchid #DD948F

RGB

 RED value IS 221 (86.72% from 255) = 43.16%

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

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

R = 43.16%
G = 28.91%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD948F (or 0xDD948F) is known color: Petite Orchid. HEX triplet: DD, 94 and 8F. RGB value is (221,148,143). Sum of RGB (Red+Green+Blue) = 221+148+143=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 148 (58.20% from 255 or 28.91% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD948F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD948F is #226B70. Grayscale: #A9A9A9. Windows color (decimal): -2255729 or 9409757. OLE color: 9409757.

HSL color Cylindrical-coordinate representation of color #DD948F: hue angle of 3.85º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD948F is Cyan = 0, Magento = 0.33, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 148 143 -
CMYK 0 0.33 0.35 0.13
HSL 3.85º 0.53% 0.71% -
HSV(B) 3.85º 0.35% 0.87% -
XYZ 45.37 38.54 31.03 -
YUV 169.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 221 148 143 0 0.33 0.35 0.13 3.85 0.53 0.71
Hex DD 94 8F 0 21 23 D 4 35 47
Octal 335 224 217 0 41 43 15 4 65 107
Binary 11011101 10010100 10001111 0 100001 100011 1101 100 110101 1000111

Color Harmonies of #DD948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD948F

Black with #DD948F

Text Example


Text Example

White with #DD948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD948F; }

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

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

background-color css

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

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

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

border-color css

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

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

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