Html Css Color HEX #D648CE Free Speech Magenta

📋 copy color: '#D648CE'

red 214 ◦ green 72 ◦ blue 206

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

Shades of Free Speech Magenta #D648CE

Tints of Free Speech Magenta #D648CE

RGB

 RED value IS 214 (83.98% from 255) = 43.5%

 GREEN value IS 72 (28.52% from 255) = 14.63%

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 43.5%
G = 14.63%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D648CE (or 0xD648CE) is known color: Free Speech Magenta. HEX triplet: D6, 48 and CE. RGB value is (214,72,206). Sum of RGB (Red+Green+Blue) = 214+72+206=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 72 (28.52% from 255 or 14.63% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D648CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D648CE is #29B731. Grayscale: #818181. Windows color (decimal): -2733874 or 13519062. OLE color: 13519062.

HSL color Cylindrical-coordinate representation of color #D648CE: hue angle of 303.38º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D648CE is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 206 -
CMYK 0 0.66 0.04 0.16
HSL 303.38º 0.63% 0.56% -
HSV(B) 303.38º 0.66% 0.84% -
XYZ 41.19 23.39 60.74 -
YUV 129.73 171.04 188.1 -
System Red Green Blue C M Y K H S L
Decimal 214 72 206 0 0.66 0.04 0.16 303.38 0.63 0.56
Hex D6 48 CE 0 42 4 10 12F 3F 38
Octal 326 110 316 0 102 4 20 457 77 70
Binary 11010110 1001000 11001110 0 1000010 100 10000 100101111 111111 111000

Color Harmonies of #D648CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D648CE

Black with #D648CE

Text Example


Text Example

White with #D648CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D648CE; }

 p { color: rgb(214,72,206); }

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

background-color css

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

 a { background-color: rgb(214,72,206); }

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

border-color css

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

 span { border-color: rgb(214,72,206); }

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