Html Css Color HEX #CD2569 Cerise

📋 copy color: '#CD2569'

red 205 ◦ green 37 ◦ blue 105

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

Shades of Cerise #CD2569

Tints of Cerise #CD2569

RGB

 RED value IS 205 (80.47% from 255) = 59.08%

 GREEN value IS 37 (14.84% from 255) = 10.66%

 BLUE value IS 105 (41.41% from 255) = 30.26%

R = 59.08%
G = 10.66%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD2569 (or 0xCD2569) is known color: Cerise. HEX triplet: CD, 25 and 69. RGB value is (205,37,105). Sum of RGB (Red+Green+Blue) = 205+37+105=347 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.08% from 347); Green value is 37 (14.84% from 255 or 10.66% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD2569 is #32DA96. Grayscale: #5E5E5E. Windows color (decimal): -3332759 or 6890957. OLE color: 6890957.

HSL color Cylindrical-coordinate representation of color #CD2569: hue angle of 335.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD2569 is Cyan = 0, Magento = 0.82, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 105 -
CMYK 0 0.82 0.49 0.20
HSL 335.71º 0.69% 0.47% -
HSV(B) 335.71º 0.82% 0.8% -
XYZ 28.39 15.32 14.83 -
YUV 94.98 133.66 206.47 -
System Red Green Blue C M Y K H S L
Decimal 205 37 105 0 0.82 0.49 0.20 335.71 0.69 0.47
Hex CD 25 69 0 52 31 14 150 45 2F
Octal 315 45 151 0 122 61 24 520 105 57
Binary 11001101 100101 1101001 0 1010010 110001 10100 101010000 1000101 101111

Color Harmonies of #CD2569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2569

Black with #CD2569

Text Example


Text Example

White with #CD2569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD2569; }

 p { color: rgb(205,37,105); }

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

background-color css

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

 a { background-color: rgb(205,37,105); }

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

border-color css

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

 span { border-color: rgb(205,37,105); }

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