Html Css Color HEX #DE4CFB Heliotrope

📋 copy color: '#DE4CFB'

red 222 ◦ green 76 ◦ blue 251

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

Shades of Heliotrope #DE4CFB

Tints of Heliotrope #DE4CFB

RGB

 RED value IS 222 (87.11% from 255) = 40.44%

 GREEN value IS 76 (30.08% from 255) = 13.84%

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

R = 40.44%
G = 13.84%
B = 45.72%

CMYK

 C value IS 0.12

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE4CFB (or 0xDE4CFB) is known color: Heliotrope. HEX triplet: DE, 4C and FB. RGB value is (222,76,251). Sum of RGB (Red+Green+Blue) = 222+76+251=549 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.44% from 549); Green value is 76 (30.08% from 255 or 13.84% from 549); Blue value is 251 (98.44% from 255 or 45.72% from 549); Max value from RGB is 251 - color contains mainly: blue. Hex color #DE4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DE4CFB is #21B304. Grayscale: #8B8B8B. Windows color (decimal): -2208517 or 16469214. OLE color: 16469214.

HSL color Cylindrical-coordinate representation of color #DE4CFB: hue angle of 290.06º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE4CFB is Cyan = 0.12, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 76 251 -
CMYK 0.12 0.70 0 0.02
HSL 290.06º 0.96% 0.64% -
HSV(B) 290.06º 0.7% 0.98% -
XYZ 50.12 27.66 93.96 -
YUV 139.6 190.87 186.77 -
System Red Green Blue C M Y K H S L
Decimal 222 76 251 0.12 0.70 0 0.02 290.06 0.96 0.64
Hex DE 4C FB C 46 0 2 122 60 40
Octal 336 114 373 14 106 0 2 442 140 100
Binary 11011110 1001100 11111011 1100 1000110 0 10 100100010 1100000 1000000

Color Harmonies of #DE4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4CFB

Black with #DE4CFB

Text Example


Text Example

White with #DE4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4CFB; }

 p { color: rgb(222,76,251); }

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

background-color css

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

 a { background-color: rgb(222,76,251); }

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

border-color css

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

 span { border-color: rgb(222,76,251); }

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