Html Css Color HEX #DB38C8 Razzle Dazzle Rose

📋 copy color: '#DB38C8'

red 219 ◦ green 56 ◦ blue 200

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

Shades of Razzle Dazzle Rose #DB38C8

Tints of Razzle Dazzle Rose #DB38C8

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.79%

 BLUE value IS 200 (78.52% from 255) = 42.11%

R = 46.11%
G = 11.79%
B = 42.11%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DB38C8 (or 0xDB38C8) is known color: Razzle Dazzle Rose. HEX triplet: DB, 38 and C8. RGB value is (219,56,200). Sum of RGB (Red+Green+Blue) = 219+56+200=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 219 - color contains mainly: red. Hex color #DB38C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB38C8 is #24C737. Grayscale: #787878. Windows color (decimal): -2410296 or 13121755. OLE color: 13121755.

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

Color convert

RGB 219 56 200 -
CMYK 0 0.74 0.09 0.14
HSL 306.99º 0.69% 0.54% -
HSV(B) 306.99º 0.74% 0.86% -
XYZ 41.05 22.06 56.74 -
YUV 121.15 172.5 197.79 -
System Red Green Blue C M Y K H S L
Decimal 219 56 200 0 0.74 0.09 0.14 306.99 0.69 0.54
Hex DB 38 C8 0 4A 9 E 133 45 36
Octal 333 70 310 0 112 11 16 463 105 66
Binary 11011011 111000 11001000 0 1001010 1001 1110 100110011 1000101 110110

Color Harmonies of #DB38C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB38C8

Black with #DB38C8

Text Example


Text Example

White with #DB38C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB38C8; }

 p { color: rgb(219,56,200); }

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

background-color css

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

 a { background-color: rgb(219,56,200); }

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

border-color css

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

 span { border-color: rgb(219,56,200); }

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