Html Css Color HEX #FD42DB Razzle Dazzle Rose

📋 copy color: '#FD42DB'

red 253 ◦ green 66 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD42DB

Tints of Razzle Dazzle Rose #FD42DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 12.27%

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

R = 47.03%
G = 12.27%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD42DB (or 0xFD42DB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 42 and DB. RGB value is (253,66,219). Sum of RGB (Red+Green+Blue) = 253+66+219=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 66 (26.17% from 255 or 12.27% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FD42DB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD42DB is #02BD24. Grayscale: #8A8A8A. Windows color (decimal): -179493 or 14369533. OLE color: 14369533.

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

Color convert

RGB 253 66 219 -
CMYK 0 0.74 0.13 0.01
HSL 310.91º 0.98% 0.63% -
HSV(B) 310.91º 0.74% 0.99% -
XYZ 55.24 29.89 69.88 -
YUV 139.36 172.95 209.06 -
System Red Green Blue C M Y K H S L
Decimal 253 66 219 0 0.74 0.13 0.01 310.91 0.98 0.63
Hex FD 42 DB 0 4A D 1 137 62 3F
Octal 375 102 333 0 112 15 1 467 142 77
Binary 11111101 1000010 11011011 0 1001010 1101 1 100110111 1100010 111111

Color Harmonies of #FD42DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD42DB

Black with #FD42DB

Text Example


Text Example

White with #FD42DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD42DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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