Html Css Color HEX #DD8CFB Heliotrope

📋 copy color: '#DD8CFB'

red 221 ◦ green 140 ◦ blue 251

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

Shades of Heliotrope #DD8CFB

Tints of Heliotrope #DD8CFB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 22.88%

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 36.11%
G = 22.88%
B = 41.01%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD8CFB (or 0xDD8CFB) is known color: Heliotrope. HEX triplet: DD, 8C and FB. RGB value is (221,140,251). Sum of RGB (Red+Green+Blue) = 221+140+251=612 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.11% from 612); Green value is 140 (55.08% from 255 or 22.88% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD8CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CFB is #227304. Grayscale: #B0B0B0. Windows color (decimal): -2257669 or 16485597. OLE color: 16485597.

HSL color Cylindrical-coordinate representation of color #DD8CFB: hue angle of 283.78º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8CFB is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 140 251 -
CMYK 0.12 0.44 0 0.02
HSL 283.78º 0.93% 0.77% -
HSV(B) 283.78º 0.44% 0.98% -
XYZ 56.61 41.09 96.21 -
YUV 176.87 169.84 159.47 -
System Red Green Blue C M Y K H S L
Decimal 221 140 251 0.12 0.44 0 0.02 283.78 0.93 0.77
Hex DD 8C FB C 2C 0 2 11C 5D 4D
Octal 335 214 373 14 54 0 2 434 135 115
Binary 11011101 10001100 11111011 1100 101100 0 10 100011100 1011101 1001101

Color Harmonies of #DD8CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD8CFB

Black with #DD8CFB

Text Example


Text Example

White with #DD8CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD8CFB; }

 p { color: rgb(221,140,251); }

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

background-color css

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

 a { background-color: rgb(221,140,251); }

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

border-color css

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

 span { border-color: rgb(221,140,251); }

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