Html Css Color HEX #DD69C9 Orchid

📋 copy color: '#DD69C9'

red 221 ◦ green 105 ◦ blue 201

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

Shades of Orchid #DD69C9

Tints of Orchid #DD69C9

RGB

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

 GREEN value IS 105 (41.41% from 255) = 19.92%

 BLUE value IS 201 (78.91% from 255) = 38.14%

R = 41.94%
G = 19.92%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DD69C9 (or 0xDD69C9) is known color: Orchid. HEX triplet: DD, 69 and C9. RGB value is (221,105,201). Sum of RGB (Red+Green+Blue) = 221+105+201=527 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.94% from 527); Green value is 105 (41.41% from 255 or 19.92% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C9 is #229636. Grayscale: #969696. Windows color (decimal): -2266679 or 13199837. OLE color: 13199837.

HSL color Cylindrical-coordinate representation of color #DD69C9: hue angle of 310.34º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69C9 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 201 -
CMYK 0 0.52 0.09 0.13
HSL 310.34º 0.63% 0.64% -
HSV(B) 310.34º 0.52% 0.87% -
XYZ 45.41 29.69 58.6 -
YUV 150.63 156.43 178.19 -
System Red Green Blue C M Y K H S L
Decimal 221 105 201 0 0.52 0.09 0.13 310.34 0.63 0.64
Hex DD 69 C9 0 34 9 D 136 3F 40
Octal 335 151 311 0 64 11 15 466 77 100
Binary 11011101 1101001 11001001 0 110100 1001 1101 100110110 111111 1000000

Color Harmonies of #DD69C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69C9

Black with #DD69C9

Text Example


Text Example

White with #DD69C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69C9; }

 p { color: rgb(221,105,201); }

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

background-color css

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

 a { background-color: rgb(221,105,201); }

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

border-color css

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

 span { border-color: rgb(221,105,201); }

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