Html Css Color HEX #DA338F Deep Cerise

📋 copy color: '#DA338F'

red 218 ◦ green 51 ◦ blue 143

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

Shades of Deep Cerise #DA338F

Tints of Deep Cerise #DA338F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.38%

 BLUE value IS 143 (56.25% from 255) = 34.71%

R = 52.91%
G = 12.38%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DA338F (or 0xDA338F) is known color: Deep Cerise. HEX triplet: DA, 33 and 8F. RGB value is (218,51,143). Sum of RGB (Red+Green+Blue) = 218+51+143=412 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.91% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 218 - color contains mainly: red. Hex color #DA338F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA338F is #25CC70. Grayscale: #6F6F6F. Windows color (decimal): -2477169 or 9384922. OLE color: 9384922.

HSL color Cylindrical-coordinate representation of color #DA338F: hue angle of 326.95º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA338F is Cyan = 0, Magento = 0.77, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 51 143 -
CMYK 0 0.77 0.34 0.15
HSL 326.95º 0.69% 0.53% -
HSV(B) 326.95º 0.77% 0.85% -
XYZ 35.06 19.26 27.86 -
YUV 111.42 145.83 204.02 -
System Red Green Blue C M Y K H S L
Decimal 218 51 143 0 0.77 0.34 0.15 326.95 0.69 0.53
Hex DA 33 8F 0 4D 22 F 147 45 35
Octal 332 63 217 0 115 42 17 507 105 65
Binary 11011010 110011 10001111 0 1001101 100010 1111 101000111 1000101 110101

Color Harmonies of #DA338F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA338F

Black with #DA338F

Text Example


Text Example

White with #DA338F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA338F; }

 p { color: rgb(218,51,143); }

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

background-color css

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

 a { background-color: rgb(218,51,143); }

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

border-color css

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

 span { border-color: rgb(218,51,143); }

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