Html Css Color HEX #D629BD Razzle Dazzle Rose

📋 copy color: '#D629BD'

red 214 ◦ green 41 ◦ blue 189

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

Shades of Razzle Dazzle Rose #D629BD

Tints of Razzle Dazzle Rose #D629BD

RGB

 RED value IS 214 (83.98% from 255) = 48.2%

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 48.2%
G = 9.23%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D629BD (or 0xD629BD) is known color: Razzle Dazzle Rose. HEX triplet: D6, 29 and BD. RGB value is (214,41,189). Sum of RGB (Red+Green+Blue) = 214+41+189=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 41 (16.41% from 255 or 9.23% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D629BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629BD is #29D642. Grayscale: #6D6D6D. Windows color (decimal): -2741827 or 12397014. OLE color: 12397014.

HSL color Cylindrical-coordinate representation of color #D629BD: hue angle of 308.67º 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 #D629BD is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 41 189 -
CMYK 0 0.81 0.12 0.16
HSL 308.67º 0.68% 0.5% -
HSV(B) 308.67º 0.81% 0.84% -
XYZ 37.71 19.56 49.93 -
YUV 109.6 172.81 202.47 -
System Red Green Blue C M Y K H S L
Decimal 214 41 189 0 0.81 0.12 0.16 308.67 0.68 0.5
Hex D6 29 BD 0 51 C 10 135 44 32
Octal 326 51 275 0 121 14 20 465 104 62
Binary 11010110 101001 10111101 0 1010001 1100 10000 100110101 1000100 110010

Color Harmonies of #D629BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629BD

Black with #D629BD

Text Example


Text Example

White with #D629BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629BD; }

 p { color: rgb(214,41,189); }

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

background-color css

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

 a { background-color: rgb(214,41,189); }

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

border-color css

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

 span { border-color: rgb(214,41,189); }

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