Html Css Color HEX #FD40DB Razzle Dazzle Rose

📋 copy color: '#FD40DB'

red 253 ◦ green 64 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD40DB

Tints of Razzle Dazzle Rose #FD40DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 11.94%

 BLUE value IS 219 (85.94% from 255) = 40.86%

R = 47.2%
G = 11.94%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD40DB (or 0xFD40DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 40 and DB. RGB value is (253,64,219). Sum of RGB (Red+Green+Blue) = 253+64+219=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 64 (25.39% from 255 or 11.94% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FD40DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD40DB is #02BF24. Grayscale: #898989. Windows color (decimal): -180005 or 14369021. OLE color: 14369021.

HSL color Cylindrical-coordinate representation of color #FD40DB: hue angle of 310.79º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FD40DB is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 64 219 -
CMYK 0 0.75 0.13 0.01
HSL 310.79º 0.98% 0.62% -
HSV(B) 310.79º 0.75% 0.99% -
XYZ 55.13 29.66 69.84 -
YUV 138.18 173.62 209.9 -
System Red Green Blue C M Y K H S L
Decimal 253 64 219 0 0.75 0.13 0.01 310.79 0.98 0.62
Hex FD 40 DB 0 4B D 1 137 62 3E
Octal 375 100 333 0 113 15 1 467 142 76
Binary 11111101 1000000 11011011 0 1001011 1101 1 100110111 1100010 111110

Color Harmonies of #FD40DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD40DB

Black with #FD40DB

Text Example


Text Example

White with #FD40DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD40DB; }

 p { color: rgb(253,64,219); }

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

background-color css

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

 a { background-color: rgb(253,64,219); }

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

border-color css

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

 span { border-color: rgb(253,64,219); }

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