Html Css Color HEX #DE65F1 Heliotrope

📋 copy color: '#DE65F1'

red 222 ◦ green 101 ◦ blue 241

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

Shades of Heliotrope #DE65F1

Tints of Heliotrope #DE65F1

RGB

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

 GREEN value IS 101 (39.84% from 255) = 17.91%

 BLUE value IS 241 (94.53% from 255) = 42.73%

R = 39.36%
G = 17.91%
B = 42.73%

CMYK

 C value IS 0.08

 M value IS 0.58

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE65F1 (or 0xDE65F1) is known color: Heliotrope. HEX triplet: DE, 65 and F1. RGB value is (222,101,241). Sum of RGB (Red+Green+Blue) = 222+101+241=564 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.36% from 564); Green value is 101 (39.84% from 255 or 17.91% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE65F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE65F1 is #219A0E. Grayscale: #989898. Windows color (decimal): -2202127 or 15820254. OLE color: 15820254.

HSL color Cylindrical-coordinate representation of color #DE65F1: hue angle of 291.86º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DE65F1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 101 241 -
CMYK 0.08 0.58 0 0.05
HSL 291.86º 0.83% 0.67% -
HSV(B) 291.86º 0.58% 0.95% -
XYZ 50.66 31.19 86.57 -
YUV 153.14 177.59 177.12 -
System Red Green Blue C M Y K H S L
Decimal 222 101 241 0.08 0.58 0 0.05 291.86 0.83 0.67
Hex DE 65 F1 8 3A 0 5 124 53 43
Octal 336 145 361 10 72 0 5 444 123 103
Binary 11011110 1100101 11110001 1000 111010 0 101 100100100 1010011 1000011

Color Harmonies of #DE65F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE65F1

Black with #DE65F1

Text Example


Text Example

White with #DE65F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE65F1; }

 p { color: rgb(222,101,241); }

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

background-color css

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

 a { background-color: rgb(222,101,241); }

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

border-color css

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

 span { border-color: rgb(222,101,241); }

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