Html Css Color HEX #FD34D3 Razzle Dazzle Rose

📋 copy color: '#FD34D3'

red 253 ◦ green 52 ◦ blue 211

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

Shades of Razzle Dazzle Rose #FD34D3

Tints of Razzle Dazzle Rose #FD34D3

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.08%

 BLUE value IS 211 (82.81% from 255) = 40.89%

R = 49.03%
G = 10.08%
B = 40.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.17

 K value IS 0.01

RGB Variations

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

Color information

#FD34D3 (or 0xFD34D3) is known color: Razzle Dazzle Rose. HEX triplet: FD, 34 and D3. RGB value is (253,52,211). Sum of RGB (Red+Green+Blue) = 253+52+211=516 (68% of max value = 765). Red value is 253 (99.22% from 255 or 49.03% from 516); Green value is 52 (20.70% from 255 or 10.08% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 253 - color contains mainly: red. Hex color #FD34D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FD34D3 is #02CB2C. Grayscale: #818181. Windows color (decimal): -183085 or 13841661. OLE color: 13841661.

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

Color convert

RGB 253 52 211 -
CMYK 0 0.79 0.17 0.01
HSL 312.54º 0.98% 0.6% -
HSV(B) 312.54º 0.79% 0.99% -
XYZ 53.49 28.04 64.22 -
YUV 130.23 173.59 215.57 -
System Red Green Blue C M Y K H S L
Decimal 253 52 211 0 0.79 0.17 0.01 312.54 0.98 0.6
Hex FD 34 D3 0 4F 11 1 139 62 3C
Octal 375 64 323 0 117 21 1 471 142 74
Binary 11111101 110100 11010011 0 1001111 10001 1 100111001 1100010 111100

Color Harmonies of #FD34D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD34D3

Black with #FD34D3

Text Example


Text Example

White with #FD34D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD34D3; }

 p { color: rgb(253,52,211); }

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

background-color css

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

 a { background-color: rgb(253,52,211); }

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

border-color css

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

 span { border-color: rgb(253,52,211); }

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