Html Css Color HEX #DD72CF Orchid

📋 copy color: '#DD72CF'

red 221 ◦ green 114 ◦ blue 207

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

Shades of Orchid #DD72CF

Tints of Orchid #DD72CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.03%

 BLUE value IS 207 (81.25% from 255) = 38.19%

R = 40.77%
G = 21.03%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD72CF (or 0xDD72CF) is known color: Orchid. HEX triplet: DD, 72 and CF. RGB value is (221,114,207). Sum of RGB (Red+Green+Blue) = 221+114+207=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 207 (81.25% from 255 or 38.19% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DD72CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD72CF is #228D30. Grayscale: #9C9C9C. Windows color (decimal): -2264369 or 13595357. OLE color: 13595357.

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

Color convert

RGB 221 114 207 -
CMYK 0 0.48 0.06 0.13
HSL 307.85º 0.61% 0.66% -
HSV(B) 307.85º 0.48% 0.87% -
XYZ 47.1 31.91 62.71 -
YUV 156.6 156.45 173.94 -
System Red Green Blue C M Y K H S L
Decimal 221 114 207 0 0.48 0.06 0.13 307.85 0.61 0.66
Hex DD 72 CF 0 30 6 D 134 3D 42
Octal 335 162 317 0 60 6 15 464 75 102
Binary 11011101 1110010 11001111 0 110000 110 1101 100110100 111101 1000010

Color Harmonies of #DD72CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD72CF

Black with #DD72CF

Text Example


Text Example

White with #DD72CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD72CF; }

 p { color: rgb(221,114,207); }

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

background-color css

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

 a { background-color: rgb(221,114,207); }

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

border-color css

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

 span { border-color: rgb(221,114,207); }

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