Html Css Color HEX #D629BC Razzle Dazzle Rose

📋 copy color: '#D629BC'

red 214 ◦ green 41 ◦ blue 188

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

Shades of Razzle Dazzle Rose #D629BC

Tints of Razzle Dazzle Rose #D629BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.44%

R = 48.31%
G = 9.26%
B = 42.44%

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

#D629BC (or 0xD629BC) is known color: Razzle Dazzle Rose. HEX triplet: D6, 29 and BC. RGB value is (214,41,188). Sum of RGB (Red+Green+Blue) = 214+41+188=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 41 (16.41% from 255 or 9.26% from 443); Blue value is 188 (73.83% from 255 or 42.44% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D629BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629BC is #29D643. Grayscale: #6D6D6D. Windows color (decimal): -2741828 or 12331478. OLE color: 12331478.

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

Color convert

RGB 214 41 188 -
CMYK 0 0.81 0.12 0.16
HSL 309.02º 0.68% 0.5% -
HSV(B) 309.02º 0.81% 0.84% -
XYZ 37.6 19.51 49.36 -
YUV 109.49 172.31 202.55 -
System Red Green Blue C M Y K H S L
Decimal 214 41 188 0 0.81 0.12 0.16 309.02 0.68 0.5
Hex D6 29 BC 0 51 C 10 135 44 32
Octal 326 51 274 0 121 14 20 465 104 62
Binary 11010110 101001 10111100 0 1010001 1100 10000 100110101 1000100 110010

Color Harmonies of #D629BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629BC

Black with #D629BC

Text Example


Text Example

White with #D629BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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