Html Css Color HEX #FD1CDB Razzle Dazzle Rose

📋 copy color: '#FD1CDB'

red 253 ◦ green 28 ◦ blue 219

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

Shades of Razzle Dazzle Rose #FD1CDB

Tints of Razzle Dazzle Rose #FD1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 5.6%

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

R = 50.6%
G = 5.6%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#FD1CDB (or 0xFD1CDB) is known color: Razzle Dazzle Rose. HEX triplet: FD, 1C and DB. RGB value is (253,28,219). Sum of RGB (Red+Green+Blue) = 253+28+219=500 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.6% from 500); Green value is 28 (11.33% from 255 or 5.6% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1CDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD1CDB is #02E324. Grayscale: #747474. Windows color (decimal): -189221 or 14359805. OLE color: 14359805.

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

Color convert

RGB 253 28 219 -
CMYK 0 0.89 0.13 0.01
HSL 309.07º 0.98% 0.55% -
HSV(B) 309.07º 0.89% 0.99% -
XYZ 53.71 26.83 69.37 -
YUV 117.05 185.54 224.97 -
System Red Green Blue C M Y K H S L
Decimal 253 28 219 0 0.89 0.13 0.01 309.07 0.98 0.55
Hex FD 1C DB 0 59 D 1 135 62 37
Octal 375 34 333 0 131 15 1 465 142 67
Binary 11111101 11100 11011011 0 1011001 1101 1 100110101 1100010 110111

Color Harmonies of #FD1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD1CDB

Black with #FD1CDB

Text Example


Text Example

White with #FD1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD1CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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