Html Css Color HEX #DF65CA Free Speech Magenta

📋 copy color: '#DF65CA'

red 223 ◦ green 101 ◦ blue 202

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

Shades of Free Speech Magenta #DF65CA

Tints of Free Speech Magenta #DF65CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.4%

R = 42.4%
G = 19.2%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF65CA (or 0xDF65CA) is known color: Free Speech Magenta. HEX triplet: DF, 65 and CA. RGB value is (223,101,202). Sum of RGB (Red+Green+Blue) = 223+101+202=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF65CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF65CA is #209A35. Grayscale: #949494. Windows color (decimal): -2136630 or 13264351. OLE color: 13264351.

HSL color Cylindrical-coordinate representation of color #DF65CA: hue angle of 310.33º 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 #DF65CA is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 101 202 -
CMYK 0 0.55 0.09 0.13
HSL 310.33º 0.66% 0.64% -
HSV(B) 310.33º 0.55% 0.87% -
XYZ 45.75 29.26 59.11 -
YUV 148.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 223 101 202 0 0.55 0.09 0.13 310.33 0.66 0.64
Hex DF 65 CA 0 37 9 D 136 42 40
Octal 337 145 312 0 67 11 15 466 102 100
Binary 11011111 1100101 11001010 0 110111 1001 1101 100110110 1000010 1000000

Color Harmonies of #DF65CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF65CA

Black with #DF65CA

Text Example


Text Example

White with #DF65CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF65CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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