Html Css Color HEX #D652C4 Fuchsia

📋 copy color: '#D652C4'

red 214 ◦ green 82 ◦ blue 196

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

Shades of Fuchsia #D652C4

Tints of Fuchsia #D652C4

RGB

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

 GREEN value IS 82 (32.42% from 255) = 16.67%

 BLUE value IS 196 (76.95% from 255) = 39.84%

R = 43.5%
G = 16.67%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.08

 K value IS 0.16

RGB Variations

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

Color information

#D652C4 (or 0xD652C4) is known color: Fuchsia. HEX triplet: D6, 52 and C4. RGB value is (214,82,196). Sum of RGB (Red+Green+Blue) = 214+82+196=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 82 (32.42% from 255 or 16.67% from 492); Blue value is 196 (76.95% from 255 or 39.84% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D652C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D652C4 is #29AD3B. Grayscale: #868686. Windows color (decimal): -2731324 or 12866262. OLE color: 12866262.

HSL color Cylindrical-coordinate representation of color #D652C4: hue angle of 308.18º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D652C4 is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 82 196 -
CMYK 0 0.62 0.08 0.16
HSL 308.18º 0.62% 0.58% -
HSV(B) 308.18º 0.62% 0.84% -
XYZ 40.71 24.32 54.77 -
YUV 134.46 162.73 184.73 -
System Red Green Blue C M Y K H S L
Decimal 214 82 196 0 0.62 0.08 0.16 308.18 0.62 0.58
Hex D6 52 C4 0 3E 8 10 134 3E 3A
Octal 326 122 304 0 76 10 20 464 76 72
Binary 11010110 1010010 11000100 0 111110 1000 10000 100110100 111110 111010

Color Harmonies of #D652C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D652C4

Black with #D652C4

Text Example


Text Example

White with #D652C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D652C4; }

 p { color: rgb(214,82,196); }

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

background-color css

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

 a { background-color: rgb(214,82,196); }

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

border-color css

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

 span { border-color: rgb(214,82,196); }

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