Html Css Color HEX #DD75BF Orchid

📋 copy color: '#DD75BF'

red 221 ◦ green 117 ◦ blue 191

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

Shades of Orchid #DD75BF

Tints of Orchid #DD75BF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.12%

 BLUE value IS 191 (75% from 255) = 36.11%

R = 41.78%
G = 22.12%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.13

RGB Variations

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

Color information

#DD75BF (or 0xDD75BF) is known color: Orchid. HEX triplet: DD, 75 and BF. RGB value is (221,117,191). Sum of RGB (Red+Green+Blue) = 221+117+191=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD75BF is #228A40. Grayscale: #9C9C9C. Windows color (decimal): -2263617 or 12547549. OLE color: 12547549.

HSL color Cylindrical-coordinate representation of color #DD75BF: hue angle of 317.31º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DD75BF is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 117 191 -
CMYK 0 0.47 0.14 0.13
HSL 317.31º 0.6% 0.66% -
HSV(B) 317.31º 0.47% 0.87% -
XYZ 45.58 31.86 53.04 -
YUV 156.53 147.46 173.98 -
System Red Green Blue C M Y K H S L
Decimal 221 117 191 0 0.47 0.14 0.13 317.31 0.6 0.66
Hex DD 75 BF 0 2F E D 13D 3C 42
Octal 335 165 277 0 57 16 15 475 74 102
Binary 11011101 1110101 10111111 0 101111 1110 1101 100111101 111100 1000010

Color Harmonies of #DD75BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD75BF

Black with #DD75BF

Text Example


Text Example

White with #DD75BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD75BF; }

 p { color: rgb(221,117,191); }

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

background-color css

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

 a { background-color: rgb(221,117,191); }

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

border-color css

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

 span { border-color: rgb(221,117,191); }

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