Html Css Color HEX #FD28DB Razzle Dazzle Rose

📋 copy color: '#FD28DB'

red 253 ◦ green 40 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD28DB

Tints of Razzle Dazzle Rose #FD28DB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.81%

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

R = 49.41%
G = 7.81%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD28DB (or 0xFD28DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 28 and DB. RGB value is (253,40,219). Sum of RGB (Red+Green+Blue) = 253+40+219=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 40 (16.02% from 255 or 7.81% from 512); Blue value is 219 (85.94% from 255 or 42.77% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD28DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD28DB is #02D724. Grayscale: #7B7B7B. Windows color (decimal): -186149 or 14362877. OLE color: 14362877.

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

Color convert

RGB 253 40 219 -
CMYK 0 0.84 0.13 0.01
HSL 309.58º 0.98% 0.57% -
HSV(B) 309.58º 0.84% 0.99% -
XYZ 54.05 27.51 69.48 -
YUV 124.09 181.57 219.95 -
System Red Green Blue C M Y K H S L
Decimal 253 40 219 0 0.84 0.13 0.01 309.58 0.98 0.57
Hex FD 28 DB 0 54 D 1 136 62 39
Octal 375 50 333 0 124 15 1 466 142 71
Binary 11111101 101000 11011011 0 1010100 1101 1 100110110 1100010 111001

Color Harmonies of #FD28DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD28DB

Black with #FD28DB

Text Example


Text Example

White with #FD28DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD28DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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