Html Css Color HEX #FE2DD4 Razzle Dazzle Rose

📋 copy color: '#FE2DD4'

red 254 ◦ green 45 ◦ blue 212

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

Shades of Razzle Dazzle Rose #FE2DD4

Tints of Razzle Dazzle Rose #FE2DD4

RGB

 RED value IS 254 (99.61% from 255) = 49.71%

 GREEN value IS 45 (17.97% from 255) = 8.81%

 BLUE value IS 212 (83.2% from 255) = 41.49%

R = 49.71%
G = 8.81%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.00

RGB Variations

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

Color information

#FE2DD4 (or 0xFE2DD4) is known color: Razzle Dazzle Rose. HEX triplet: FE, 2D and D4. RGB value is (254,45,212). Sum of RGB (Red+Green+Blue) = 254+45+212=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 45 (17.97% from 255 or 8.81% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2DD4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FE2DD4 is #01D22B. Grayscale: #7E7E7E. Windows color (decimal): -119340 or 13905406. OLE color: 13905406.

HSL color Cylindrical-coordinate representation of color #FE2DD4: hue angle of 312.06º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FE2DD4 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 45 212 -
CMYK 0 0.82 0.17 0.00
HSL 312.06º 0.99% 0.59% -
HSV(B) 312.06º 0.82% 1% -
XYZ 53.7 27.7 64.8 -
YUV 126.53 176.24 218.92 -
System Red Green Blue C M Y K H S L
Decimal 254 45 212 0 0.82 0.17 0.00 312.06 0.99 0.59
Hex FE 2D D4 0 52 11 0 138 63 3B
Octal 376 55 324 0 122 21 0 470 143 73
Binary 11111110 101101 11010100 0 1010010 10001 0 100111000 1100011 111011

Color Harmonies of #FE2DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2DD4

Black with #FE2DD4

Text Example


Text Example

White with #FE2DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2DD4; }

 p { color: rgb(254,45,212); }

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

background-color css

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

 a { background-color: rgb(254,45,212); }

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

border-color css

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

 span { border-color: rgb(254,45,212); }

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