Html Css Color HEX #DA40CC Free Speech Magenta

📋 copy color: '#DA40CC'

red 218 ◦ green 64 ◦ blue 204

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

Shades of Free Speech Magenta #DA40CC

Tints of Free Speech Magenta #DA40CC

RGB

 RED value IS 218 (85.55% from 255) = 44.86%

 GREEN value IS 64 (25.39% from 255) = 13.17%

 BLUE value IS 204 (80.08% from 255) = 41.98%

R = 44.86%
G = 13.17%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DA40CC (or 0xDA40CC) is known color: Free Speech Magenta. HEX triplet: DA, 40 and CC. RGB value is (218,64,204). Sum of RGB (Red+Green+Blue) = 218+64+204=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 64 (25.39% from 255 or 13.17% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA40CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DA40CC is #25BF33. Grayscale: #7D7D7D. Windows color (decimal): -2473780 or 13385946. OLE color: 13385946.

HSL color Cylindrical-coordinate representation of color #DA40CC: hue angle of 305.45º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA40CC is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 64 204 -
CMYK 0 0.71 0.06 0.15
HSL 305.45º 0.68% 0.55% -
HSV(B) 305.45º 0.71% 0.85% -
XYZ 41.65 22.93 59.36 -
YUV 126.01 172.02 193.62 -
System Red Green Blue C M Y K H S L
Decimal 218 64 204 0 0.71 0.06 0.15 305.45 0.68 0.55
Hex DA 40 CC 0 47 6 F 131 44 37
Octal 332 100 314 0 107 6 17 461 104 67
Binary 11011010 1000000 11001100 0 1000111 110 1111 100110001 1000100 110111

Color Harmonies of #DA40CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA40CC

Black with #DA40CC

Text Example


Text Example

White with #DA40CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA40CC; }

 p { color: rgb(218,64,204); }

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

background-color css

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

 a { background-color: rgb(218,64,204); }

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

border-color css

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

 span { border-color: rgb(218,64,204); }

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