Html Css Color HEX #D629B9 Razzle Dazzle Rose

📋 copy color: '#D629B9'

red 214 ◦ green 41 ◦ blue 185

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

Shades of Razzle Dazzle Rose #D629B9

Tints of Razzle Dazzle Rose #D629B9

RGB

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

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

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

R = 48.64%
G = 9.32%
B = 42.05%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.16

RGB Variations

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

Color information

#D629B9 (or 0xD629B9) is known color: Razzle Dazzle Rose. HEX triplet: D6, 29 and B9. RGB value is (214,41,185). Sum of RGB (Red+Green+Blue) = 214+41+185=440 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.64% from 440); Green value is 41 (16.41% from 255 or 9.32% from 440); Blue value is 185 (72.66% from 255 or 42.05% from 440); Max value from RGB is 214 - color contains mainly: red. Hex color #D629B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D629B9 is #29D646. Grayscale: #6C6C6C. Windows color (decimal): -2741831 or 12134870. OLE color: 12134870.

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

Color convert

RGB 214 41 185 -
CMYK 0 0.81 0.14 0.16
HSL 310.06º 0.68% 0.5% -
HSV(B) 310.06º 0.81% 0.84% -
XYZ 37.28 19.38 47.68 -
YUV 109.14 170.81 202.79 -
System Red Green Blue C M Y K H S L
Decimal 214 41 185 0 0.81 0.14 0.16 310.06 0.68 0.5
Hex D6 29 B9 0 51 E 10 136 44 32
Octal 326 51 271 0 121 16 20 466 104 62
Binary 11010110 101001 10111001 0 1010001 1110 10000 100110110 1000100 110010

Color Harmonies of #D629B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D629B9

Black with #D629B9

Text Example


Text Example

White with #D629B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D629B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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