Html Css Color HEX #FF29D5 Razzle Dazzle Rose

📋 copy color: '#FF29D5'

red 255 ◦ green 41 ◦ blue 213

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

Shades of Razzle Dazzle Rose #FF29D5

Tints of Razzle Dazzle Rose #FF29D5

RGB

 RED value IS 255 (100% from 255) = 50.1%

 GREEN value IS 41 (16.41% from 255) = 8.06%

 BLUE value IS 213 (83.59% from 255) = 41.85%

R = 50.1%
G = 8.06%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#FF29D5 (or 0xFF29D5) is known color: Razzle Dazzle Rose. HEX triplet: FF, 29 and D5. RGB value is (255,41,213). Sum of RGB (Red+Green+Blue) = 255+41+213=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 41 (16.41% from 255 or 8.06% from 509); Blue value is 213 (83.59% from 255 or 41.85% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF29D5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #FF29D5 is #00D62A. Grayscale: #7C7C7C. Windows color (decimal): -54827 or 13969919. OLE color: 13969919.

HSL color Cylindrical-coordinate representation of color #FF29D5: hue angle of 311.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF29D5 is Cyan = 0, Magento = 0.84, Yellow = 0.16 and Black (K on CMYK) = 0.

Color convert

RGB 255 41 213 -
CMYK 0 0.84 0.16 0
HSL 311.78º 1% 0.58% -
HSV(B) 311.78º 0.84% 1% -
XYZ 54.04 27.65 65.44 -
YUV 124.59 177.9 221.01 -
System Red Green Blue C M Y K H S L
Decimal 255 41 213 0 0.84 0.16 0 311.78 1 0.58
Hex FF 29 D5 0 54 10 0 138 64 3A
Octal 377 51 325 0 124 20 0 470 144 72
Binary 11111111 101001 11010101 0 1010100 10000 0 100111000 1100100 111010

Color Harmonies of #FF29D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF29D5

Black with #FF29D5

Text Example


Text Example

White with #FF29D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF29D5; }

 p { color: rgb(255,41,213); }

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

background-color css

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

 a { background-color: rgb(255,41,213); }

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

border-color css

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

 span { border-color: rgb(255,41,213); }

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