Html Css Color HEX #DD81FB Heliotrope

📋 copy color: '#DD81FB'

red 221 ◦ green 129 ◦ blue 251

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

Shades of Heliotrope #DD81FB

Tints of Heliotrope #DD81FB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 21.46%

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

R = 36.77%
G = 21.46%
B = 41.76%

CMYK

 C value IS 0.12

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DD81FB (or 0xDD81FB) is known color: Heliotrope. HEX triplet: DD, 81 and FB. RGB value is (221,129,251). Sum of RGB (Red+Green+Blue) = 221+129+251=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 129 (50.78% from 255 or 21.46% from 601); Blue value is 251 (98.44% from 255 or 41.76% from 601); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD81FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD81FB is #227E04. Grayscale: #AAAAAA. Windows color (decimal): -2260485 or 16482781. OLE color: 16482781.

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

Color convert

RGB 221 129 251 -
CMYK 0.12 0.49 0 0.02
HSL 285.25º 0.94% 0.75% -
HSV(B) 285.25º 0.49% 0.98% -
XYZ 55.08 38.04 95.71 -
YUV 170.42 173.48 164.08 -
System Red Green Blue C M Y K H S L
Decimal 221 129 251 0.12 0.49 0 0.02 285.25 0.94 0.75
Hex DD 81 FB C 31 0 2 11D 5E 4B
Octal 335 201 373 14 61 0 2 435 136 113
Binary 11011101 10000001 11111011 1100 110001 0 10 100011101 1011110 1001011

Color Harmonies of #DD81FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD81FB

Black with #DD81FB

Text Example


Text Example

White with #DD81FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD81FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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