Html Css Color HEX #D529B9 Razzle Dazzle Rose

📋 copy color: '#D529B9'

red 213 ◦ green 41 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D529B9

Tints of Razzle Dazzle Rose #D529B9

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

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

 BLUE value IS 185 (72.66% from 255) = 42.14%

R = 48.52%
G = 9.34%
B = 42.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#D529B9 (or 0xD529B9) is known color: Razzle Dazzle Rose. HEX triplet: D5, 29 and B9. RGB value is (213,41,185). Sum of RGB (Red+Green+Blue) = 213+41+185=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 41 (16.41% from 255 or 9.34% from 439); Blue value is 185 (72.66% from 255 or 42.14% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D529B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D529B9 is #2AD646. Grayscale: #6C6C6C. Windows color (decimal): -2807367 or 12134869. OLE color: 12134869.

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

Color convert

RGB 213 41 185 -
CMYK 0 0.81 0.13 0.16
HSL 309.77º 0.68% 0.5% -
HSV(B) 309.77º 0.81% 0.84% -
XYZ 36.99 19.23 47.66 -
YUV 108.84 170.98 202.29 -
System Red Green Blue C M Y K H S L
Decimal 213 41 185 0 0.81 0.13 0.16 309.77 0.68 0.5
Hex D5 29 B9 0 51 D 10 136 44 32
Octal 325 51 271 0 121 15 20 466 104 62
Binary 11010101 101001 10111001 0 1010001 1101 10000 100110110 1000100 110010

Color Harmonies of #D529B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D529B9

Black with #D529B9

Text Example


Text Example

White with #D529B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D529B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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