Html Css Color HEX #D267F1 Heliotrope

📋 copy color: '#D267F1'

red 210 ◦ green 103 ◦ blue 241

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

Shades of Heliotrope #D267F1

Tints of Heliotrope #D267F1

RGB

 RED value IS 210 (82.42% from 255) = 37.91%

 GREEN value IS 103 (40.63% from 255) = 18.59%

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

R = 37.91%
G = 18.59%
B = 43.5%

CMYK

 C value IS 0.13

 M value IS 0.57

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D267F1 (or 0xD267F1) is known color: Heliotrope. HEX triplet: D2, 67 and F1. RGB value is (210,103,241). Sum of RGB (Red+Green+Blue) = 210+103+241=554 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.91% from 554); Green value is 103 (40.62% from 255 or 18.59% from 554); Blue value is 241 (94.53% from 255 or 43.50% from 554); Max value from RGB is 241 - color contains mainly: blue. Hex color #D267F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D267F1 is #2D980E. Grayscale: #969696. Windows color (decimal): -2988047 or 15820754. OLE color: 15820754.

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

Color convert

RGB 210 103 241 -
CMYK 0.13 0.57 0 0.05
HSL 286.52º 0.83% 0.67% -
HSV(B) 286.52º 0.57% 0.95% -
XYZ 47.31 29.75 86.47 -
YUV 150.73 178.95 170.28 -
System Red Green Blue C M Y K H S L
Decimal 210 103 241 0.13 0.57 0 0.05 286.52 0.83 0.67
Hex D2 67 F1 D 39 0 5 11F 53 43
Octal 322 147 361 15 71 0 5 437 123 103
Binary 11010010 1100111 11110001 1101 111001 0 101 100011111 1010011 1000011

Color Harmonies of #D267F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D267F1

Black with #D267F1

Text Example


Text Example

White with #D267F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D267F1; }

 p { color: rgb(210,103,241); }

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

background-color css

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

 a { background-color: rgb(210,103,241); }

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

border-color css

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

 span { border-color: rgb(210,103,241); }

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