Html Css Color HEX #DD69C4 Orchid

📋 copy color: '#DD69C4'

red 221 ◦ green 105 ◦ blue 196

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

Shades of Orchid #DD69C4

Tints of Orchid #DD69C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 37.55%

R = 42.34%
G = 20.11%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#DD69C4 (or 0xDD69C4) is known color: Orchid. HEX triplet: DD, 69 and C4. RGB value is (221,105,196). Sum of RGB (Red+Green+Blue) = 221+105+196=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69C4 is #22963B. Grayscale: #959595. Windows color (decimal): -2266684 or 12872157. OLE color: 12872157.

HSL color Cylindrical-coordinate representation of color #DD69C4: hue angle of 312.93º 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 #DD69C4 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 105 196 -
CMYK 0 0.52 0.11 0.13
HSL 312.93º 0.63% 0.64% -
HSV(B) 312.93º 0.52% 0.87% -
XYZ 44.83 29.46 55.55 -
YUV 150.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 221 105 196 0 0.52 0.11 0.13 312.93 0.63 0.64
Hex DD 69 C4 0 34 B D 139 3F 40
Octal 335 151 304 0 64 13 15 471 77 100
Binary 11011101 1101001 11000100 0 110100 1011 1101 100111001 111111 1000000

Color Harmonies of #DD69C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD69C4

Black with #DD69C4

Text Example


Text Example

White with #DD69C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD69C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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