Html Css Color HEX #DD5FFB Heliotrope

📋 copy color: '#DD5FFB'

red 221 ◦ green 95 ◦ blue 251

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

Shades of Heliotrope #DD5FFB

Tints of Heliotrope #DD5FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 16.75%

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

R = 38.98%
G = 16.75%
B = 44.27%

CMYK

 C value IS 0.12

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD5FFB (or 0xDD5FFB) is known color: Heliotrope. HEX triplet: DD, 5F and FB. RGB value is (221,95,251). Sum of RGB (Red+Green+Blue) = 221+95+251=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 95 (37.5% from 255 or 16.75% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD5FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD5FFB is #22A004. Grayscale: #959595. Windows color (decimal): -2269189 or 16474077. OLE color: 16474077.

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

Color convert

RGB 221 95 251 -
CMYK 0.12 0.62 0 0.02
HSL 288.46º 0.95% 0.68% -
HSV(B) 288.46º 0.62% 0.98% -
XYZ 51.32 30.52 94.45 -
YUV 150.46 184.74 178.32 -
System Red Green Blue C M Y K H S L
Decimal 221 95 251 0.12 0.62 0 0.02 288.46 0.95 0.68
Hex DD 5F FB C 3E 0 2 120 5F 44
Octal 335 137 373 14 76 0 2 440 137 104
Binary 11011101 1011111 11111011 1100 111110 0 10 100100000 1011111 1000100

Color Harmonies of #DD5FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5FFB

Black with #DD5FFB

Text Example


Text Example

White with #DD5FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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