Html Css Color HEX #FD2CE5 Razzle Dazzle Rose

📋 copy color: '#FD2CE5'

red 253 ◦ green 44 ◦ blue 229

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

Shades of Razzle Dazzle Rose #FD2CE5

Tints of Razzle Dazzle Rose #FD2CE5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.37%

 BLUE value IS 229 (89.84% from 255) = 43.54%

R = 48.1%
G = 8.37%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.01

RGB Variations

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

Color information

#FD2CE5 (or 0xFD2CE5) is known color: Razzle Dazzle Rose. HEX triplet: FD, 2C and E5. RGB value is (253,44,229). Sum of RGB (Red+Green+Blue) = 253+44+229=526 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.10% from 526); Green value is 44 (17.58% from 255 or 8.37% from 526); Blue value is 229 (89.84% from 255 or 43.54% from 526); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2CE5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD2CE5 is #02D31A. Grayscale: #7F7F7F. Windows color (decimal): -185115 or 15019261. OLE color: 15019261.

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

Color convert

RGB 253 44 229 -
CMYK 0 0.83 0.09 0.01
HSL 306.89º 0.98% 0.58% -
HSV(B) 306.89º 0.83% 0.99% -
XYZ 55.55 28.34 76.67 -
YUV 127.58 185.24 217.46 -
System Red Green Blue C M Y K H S L
Decimal 253 44 229 0 0.83 0.09 0.01 306.89 0.98 0.58
Hex FD 2C E5 0 53 9 1 133 62 3A
Octal 375 54 345 0 123 11 1 463 142 72
Binary 11111101 101100 11100101 0 1010011 1001 1 100110011 1100010 111010

Color Harmonies of #FD2CE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD2CE5

Black with #FD2CE5

Text Example


Text Example

White with #FD2CE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD2CE5; }

 p { color: rgb(253,44,229); }

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

background-color css

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

 a { background-color: rgb(253,44,229); }

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

border-color css

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

 span { border-color: rgb(253,44,229); }

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