Html Css Color HEX #D848C4 Fuchsia

📋 copy color: '#D848C4'

red 216 ◦ green 72 ◦ blue 196

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

Shades of Fuchsia #D848C4

Tints of Fuchsia #D848C4

RGB

 RED value IS 216 (84.77% from 255) = 44.63%

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

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

R = 44.63%
G = 14.88%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D848C4 (or 0xD848C4) is known color: Fuchsia. HEX triplet: D8, 48 and C4. RGB value is (216,72,196). Sum of RGB (Red+Green+Blue) = 216+72+196=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 72 (28.52% from 255 or 14.88% from 484); Blue value is 196 (76.95% from 255 or 40.50% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D848C4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D848C4 is #27B73B. Grayscale: #808080. Windows color (decimal): -2602812 or 12863704. OLE color: 12863704.

HSL color Cylindrical-coordinate representation of color #D848C4: hue angle of 308.33º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D848C4 is Cyan = 0, Magento = 0.67, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 72 196 -
CMYK 0 0.67 0.09 0.15
HSL 308.33º 0.65% 0.56% -
HSV(B) 308.33º 0.67% 0.85% -
XYZ 40.6 23.22 54.57 -
YUV 129.19 165.71 189.92 -
System Red Green Blue C M Y K H S L
Decimal 216 72 196 0 0.67 0.09 0.15 308.33 0.65 0.56
Hex D8 48 C4 0 43 9 F 134 41 38
Octal 330 110 304 0 103 11 17 464 101 70
Binary 11011000 1001000 11000100 0 1000011 1001 1111 100110100 1000001 111000

Color Harmonies of #D848C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D848C4

Black with #D848C4

Text Example


Text Example

White with #D848C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D848C4; }

 p { color: rgb(216,72,196); }

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

background-color css

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

 a { background-color: rgb(216,72,196); }

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

border-color css

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

 span { border-color: rgb(216,72,196); }

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