Html Css Color HEX #DA3D8B Deep Cerise

📋 copy color: '#DA3D8B'

red 218 ◦ green 61 ◦ blue 139

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

Shades of Deep Cerise #DA3D8B

Tints of Deep Cerise #DA3D8B

RGB

 RED value IS 218 (85.55% from 255) = 52.15%

 GREEN value IS 61 (24.22% from 255) = 14.59%

 BLUE value IS 139 (54.69% from 255) = 33.25%

R = 52.15%
G = 14.59%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#DA3D8B (or 0xDA3D8B) is known color: Deep Cerise. HEX triplet: DA, 3D and 8B. RGB value is (218,61,139). Sum of RGB (Red+Green+Blue) = 218+61+139=418 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.15% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 139 (54.69% from 255 or 33.25% from 418); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA3D8B is #25C274. Grayscale: #747474. Windows color (decimal): -2474613 or 9125338. OLE color: 9125338.

HSL color Cylindrical-coordinate representation of color #DA3D8B: hue angle of 330.19º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3D8B is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 61 139 -
CMYK 0 0.72 0.36 0.15
HSL 330.19º 0.68% 0.55% -
HSV(B) 330.19º 0.72% 0.85% -
XYZ 35.24 20.11 26.45 -
YUV 116.84 140.51 200.16 -
System Red Green Blue C M Y K H S L
Decimal 218 61 139 0 0.72 0.36 0.15 330.19 0.68 0.55
Hex DA 3D 8B 0 48 24 F 14A 44 37
Octal 332 75 213 0 110 44 17 512 104 67
Binary 11011010 111101 10001011 0 1001000 100100 1111 101001010 1000100 110111

Color Harmonies of #DA3D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D8B

Black with #DA3D8B

Text Example


Text Example

White with #DA3D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D8B; }

 p { color: rgb(218,61,139); }

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

background-color css

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

 a { background-color: rgb(218,61,139); }

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

border-color css

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

 span { border-color: rgb(218,61,139); }

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