Html Css Color HEX #DF65DB Free Speech Magenta

📋 copy color: '#DF65DB'

red 223 ◦ green 101 ◦ blue 219

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

Shades of Free Speech Magenta #DF65DB

Tints of Free Speech Magenta #DF65DB

RGB

 RED value IS 223 (87.5% from 255) = 41.07%

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 41.07%
G = 18.6%
B = 40.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF65DB (or 0xDF65DB) is known color: Free Speech Magenta. HEX triplet: DF, 65 and DB. RGB value is (223,101,219). Sum of RGB (Red+Green+Blue) = 223+101+219=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65DB is #209A24. Grayscale: #969696. Windows color (decimal): -2136613 or 14378463. OLE color: 14378463.

HSL color Cylindrical-coordinate representation of color #DF65DB: hue angle of 301.97º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF65DB is Cyan = 0, Magento = 0.55, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 219 -
CMYK 0 0.55 0.02 0.13
HSL 301.97º 0.66% 0.64% -
HSV(B) 301.97º 0.55% 0.87% -
XYZ 47.87 30.11 70.31 -
YUV 150.93 166.42 179.41 -
System Red Green Blue C M Y K H S L
Decimal 223 101 219 0 0.55 0.02 0.13 301.97 0.66 0.64
Hex DF 65 DB 0 37 2 D 12E 42 40
Octal 337 145 333 0 67 2 15 456 102 100
Binary 11011111 1100101 11011011 0 110111 10 1101 100101110 1000010 1000000

Color Harmonies of #DF65DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF65DB

Black with #DF65DB

Text Example


Text Example

White with #DF65DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF65DB; }

 p { color: rgb(223,101,219); }

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

background-color css

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

 a { background-color: rgb(223,101,219); }

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

border-color css

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

 span { border-color: rgb(223,101,219); }

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