Html Css Color HEX #D433D6 Free Speech Magenta

📋 copy color: '#D433D6'

red 212 ◦ green 51 ◦ blue 214

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

Shades of Free Speech Magenta #D433D6

Tints of Free Speech Magenta #D433D6

RGB

 RED value IS 212 (83.2% from 255) = 44.44%

 GREEN value IS 51 (20.31% from 255) = 10.69%

 BLUE value IS 214 (83.98% from 255) = 44.86%

R = 44.44%
G = 10.69%
B = 44.86%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D433D6 (or 0xD433D6) is known color: Free Speech Magenta. HEX triplet: D4, 33 and D6. RGB value is (212,51,214). Sum of RGB (Red+Green+Blue) = 212+51+214=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 214 (83.98% from 255 or 44.86% from 477); Max value from RGB is 214 - color contains mainly: blue. Hex color #D433D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D433D6 is #2BCC29. Grayscale: #757575. Windows color (decimal): -2870314 or 14037972. OLE color: 14037972.

HSL color Cylindrical-coordinate representation of color #D433D6: hue angle of 299.26º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D433D6 is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 212 51 214 -
CMYK 0.01 0.76 0 0.16
HSL 299.26º 0.67% 0.52% -
HSV(B) 299.26º 0.76% 0.84% -
XYZ 40.47 21.22 65.58 -
YUV 117.72 182.34 195.25 -
System Red Green Blue C M Y K H S L
Decimal 212 51 214 0.01 0.76 0 0.16 299.26 0.67 0.52
Hex D4 33 D6 1 4C 0 10 12B 43 34
Octal 324 63 326 1 114 0 20 453 103 64
Binary 11010100 110011 11010110 1 1001100 0 10000 100101011 1000011 110100

Color Harmonies of #D433D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D433D6

Black with #D433D6

Text Example


Text Example

White with #D433D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D433D6; }

 p { color: rgb(212,51,214); }

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

background-color css

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

 a { background-color: rgb(212,51,214); }

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

border-color css

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

 span { border-color: rgb(212,51,214); }

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