Html Css Color HEX #DB35C7 Razzle Dazzle Rose

📋 copy color: '#DB35C7'

red 219 ◦ green 53 ◦ blue 199

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

Shades of Razzle Dazzle Rose #DB35C7

Tints of Razzle Dazzle Rose #DB35C7

RGB

 RED value IS 219 (85.94% from 255) = 46.5%

 GREEN value IS 53 (21.09% from 255) = 11.25%

 BLUE value IS 199 (78.13% from 255) = 42.25%

R = 46.5%
G = 11.25%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB35C7 (or 0xDB35C7) is known color: Razzle Dazzle Rose. HEX triplet: DB, 35 and C7. RGB value is (219,53,199). Sum of RGB (Red+Green+Blue) = 219+53+199=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 53 (21.09% from 255 or 11.25% from 471); Blue value is 199 (78.12% from 255 or 42.25% from 471); Max value from RGB is 219 - color contains mainly: red. Hex color #DB35C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB35C7 is #24CA38. Grayscale: #767676. Windows color (decimal): -2411065 or 13055451. OLE color: 13055451.

HSL color Cylindrical-coordinate representation of color #DB35C7: hue angle of 307.23º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB35C7 is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 53 199 -
CMYK 0 0.76 0.09 0.14
HSL 307.23º 0.7% 0.53% -
HSV(B) 307.23º 0.76% 0.86% -
XYZ 40.8 21.73 56.08 -
YUV 119.28 173 199.13 -
System Red Green Blue C M Y K H S L
Decimal 219 53 199 0 0.76 0.09 0.14 307.23 0.7 0.53
Hex DB 35 C7 0 4C 9 E 133 46 35
Octal 333 65 307 0 114 11 16 463 106 65
Binary 11011011 110101 11000111 0 1001100 1001 1110 100110011 1000110 110101

Color Harmonies of #DB35C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB35C7

Black with #DB35C7

Text Example


Text Example

White with #DB35C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB35C7; }

 p { color: rgb(219,53,199); }

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

background-color css

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

 a { background-color: rgb(219,53,199); }

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

border-color css

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

 span { border-color: rgb(219,53,199); }

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