Html Css Color HEX #D633CD Fuchsia

📋 copy color: '#D633CD'

red 214 ◦ green 51 ◦ blue 205

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

Shades of Fuchsia #D633CD

Tints of Fuchsia #D633CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 43.62%

R = 45.53%
G = 10.85%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#D633CD (or 0xD633CD) is known color: Fuchsia. HEX triplet: D6, 33 and CD. RGB value is (214,51,205). Sum of RGB (Red+Green+Blue) = 214+51+205=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D633CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D633CD is #29CC32. Grayscale: #747474. Windows color (decimal): -2739251 or 13448150. OLE color: 13448150.

HSL color Cylindrical-coordinate representation of color #D633CD: hue angle of 303.31º 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 #D633CD is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 51 205 -
CMYK 0 0.76 0.04 0.16
HSL 303.31º 0.67% 0.52% -
HSV(B) 303.31º 0.76% 0.84% -
XYZ 39.93 21.07 59.72 -
YUV 117.29 177.5 196.98 -
System Red Green Blue C M Y K H S L
Decimal 214 51 205 0 0.76 0.04 0.16 303.31 0.67 0.52
Hex D6 33 CD 0 4C 4 10 12F 43 34
Octal 326 63 315 0 114 4 20 457 103 64
Binary 11010110 110011 11001101 0 1001100 100 10000 100101111 1000011 110100

Color Harmonies of #D633CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D633CD

Black with #D633CD

Text Example


Text Example

White with #D633CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D633CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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