Html Css Color HEX #FD4CD6 Razzle Dazzle Rose

📋 copy color: '#FD4CD6'

red 253 ◦ green 76 ◦ blue 214

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

Shades of Razzle Dazzle Rose #FD4CD6

Tints of Razzle Dazzle Rose #FD4CD6

RGB

 RED value IS 253 (99.22% from 255) = 46.59%

 GREEN value IS 76 (30.08% from 255) = 14%

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

R = 46.59%
G = 14%
B = 39.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.15

 K value IS 0.01

RGB Variations

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

Color information

#FD4CD6 (or 0xFD4CD6) is known color: Razzle Dazzle Rose. HEX triplet: FD, 4C and D6. RGB value is (253,76,214). Sum of RGB (Red+Green+Blue) = 253+76+214=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 76 (30.08% from 255 or 14.00% from 543); Blue value is 214 (83.98% from 255 or 39.41% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FD4CD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD4CD6 is #02B329. Grayscale: #909090. Windows color (decimal): -176938 or 14044413. OLE color: 14044413.

HSL color Cylindrical-coordinate representation of color #FD4CD6: hue angle of 313.22º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FD4CD6 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 76 214 -
CMYK 0 0.70 0.15 0.01
HSL 313.22º 0.98% 0.65% -
HSV(B) 313.22º 0.7% 0.99% -
XYZ 55.23 30.91 66.67 -
YUV 144.66 167.14 205.28 -
System Red Green Blue C M Y K H S L
Decimal 253 76 214 0 0.70 0.15 0.01 313.22 0.98 0.65
Hex FD 4C D6 0 46 F 1 139 62 41
Octal 375 114 326 0 106 17 1 471 142 101
Binary 11111101 1001100 11010110 0 1000110 1111 1 100111001 1100010 1000001

Color Harmonies of #FD4CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD4CD6

Black with #FD4CD6

Text Example


Text Example

White with #FD4CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD4CD6; }

 p { color: rgb(253,76,214); }

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

background-color css

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

 a { background-color: rgb(253,76,214); }

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

border-color css

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

 span { border-color: rgb(253,76,214); }

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